#99613E

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

Shades of Desert #99613E

Tints of Desert #99613E

Color information

#99613E (or 0x99613E) is unknown color: approx Desert. HEX triplet: 99, 61 and 3E. RGB value is (153,97,62). Sum of RGB (Red+Green+Blue) = 153+97+62=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99613E is #669EC1. Grayscale: #6D6D6D. Windows color (decimal): -6725314 or 4088217. OLE color: 4088217.

HSL color Cylindrical-coordinate representation of color #99613E: hue angle of 23.08º 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 #99613E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1539762-
CMYK00.370.590.4
HSL23.08º42.33%42.16%-
HSV(B)23.08º59.48%60%-
XYZ18.2815.676.62-
YUV109.75101.05158.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=49.04%
G=31.09%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153976200.370.590.423.0842.3342.16
Hex99613E0253B28172a2a
Octal231141760457350275252
Binary100110011100001111110010010111101110100010111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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