#98613C

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

Shades of Desert #98613C

Tints of Desert #98613C

Color information

#98613C (or 0x98613C) is unknown color: approx Desert. HEX triplet: 98, 61 and 3C. RGB value is (152,97,60). Sum of RGB (Red+Green+Blue) = 152+97+60=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98613C is #679EC3. Grayscale: #6D6D6D. Windows color (decimal): -6790852 or 3957144. OLE color: 3957144.

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

Color convert

RGB1529760-
CMYK00.360.610.40
HSL24.13º43.4%41.57%-
HSV(B)24.13º60.53%59.61%-
XYZ18.0415.556.33-
YUV109.23100.22158.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=49.19%
G=31.39%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152976000.360.610.4024.1343.441.57
Hex98613C0243D28182b2a
Octal230141740447550305352
Binary100110001100001111100010010011110110100011000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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