#98613E

Color #98613E Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #98613E

Tints of Desert #98613E

Color information

#98613E (or 0x98613E) is unknown color: approx Desert. HEX triplet: 98, 61 and 3E. RGB value is (152,97,62). Sum of RGB (Red+Green+Blue) = 152+97+62=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98613E is #679EC1. Grayscale: #6D6D6D. Windows color (decimal): -6790850 or 4088216. OLE color: 4088216.

HSL color Cylindrical-coordinate representation of color #98613E: hue angle of 23.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98613E is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1529762-
CMYK00.360.590.40
HSL23.33º42.06%41.96%-
HSV(B)23.33º59.21%59.61%-
XYZ18.0915.576.61-
YUV109.46101.22158.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=48.87%
G=31.19%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152976200.360.590.4023.3342.0641.96
Hex98613E0243B28172a2a
Octal230141760447350275252
Binary100110001100001111110010010011101110100010111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98613E; }

 p { color: rgb(152,97,62); }

 H1.HeaderClassName
 {
   color: #98613E;
 }
 .AnyTagClassName
 {
   color: #98613E;
 }
</style>
background-color css

<style>
 a { background-color: #98613E; }

 a { background-color: rgb(152,97,62); }

 div.DivClassName
 {
   background-color: #98613E;
 }
 .BgClassName
 {
   background-color: #98613E;
 }
</style>
border-color css

<style>
 span { border-color: #98613E; }

 span { border-color: rgb(152,97,62); }

 td.TdClassName
 {
   border-color: #98613E;
 }
 .TagClassName
 {
   border-color: #98613E;
 }
</style>