#99673F

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

Shades of Desert #99673F

Tints of Desert #99673F

Color information

#99673F (or 0x99673F) is unknown color: approx Desert. HEX triplet: 99, 67 and 3F. RGB value is (153,103,63). Sum of RGB (Red+Green+Blue) = 153+103+63=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99673F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99673F is #6698C0. Grayscale: #717171. Windows color (decimal): -6723777 or 4155289. OLE color: 4155289.

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

Color convert

RGB15310363-
CMYK00.330.590.4
HSL26.67º41.67%42.35%-
HSV(B)26.67º58.82%60%-
XYZ18.8816.836.96-
YUV113.3999.56156.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 63 (25% from 255) = 19.75%
R=47.96%
G=32.29%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531036300.330.590.426.6741.6742.35
Hex99673F0213B281b2a2a
Octal231147770417350335252
Binary100110011100111111111010000111101110100011011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99673F; }

 p { color: rgb(153,103,63); }

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

<style>
 a { background-color: #99673F; }

 a { background-color: rgb(153,103,63); }

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

<style>
 span { border-color: #99673F; }

 span { border-color: rgb(153,103,63); }

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