#99665C

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

Shades of Dark Chestnut #99665C

Tints of Dark Chestnut #99665C

Color information

#99665C (or 0x99665C) is unknown color: approx Dark Chestnut. HEX triplet: 99, 66 and 5C. RGB value is (153,102,92). Sum of RGB (Red+Green+Blue) = 153+102+92=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99665C is #6699A3. Grayscale: #747474. Windows color (decimal): -6724004 or 6055577. OLE color: 6055577.

HSL color Cylindrical-coordinate representation of color #99665C: hue angle of 9.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99665C is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15310292-
CMYK00.330.400.4
HSL9.84º24.9%48.04%-
HSV(B)9.84º39.87%60%-
XYZ19.8217.0512.37-
YUV116.11114.4154.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=44.09%
G=29.39%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531029200.330.400.49.8424.948.04
Hex99665C0212828a1930
Octal2311461340415050123160
Binary10011001110011010111000100001101000101000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,102,92); }

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

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

 a { background-color: rgb(153,102,92); }

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

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

 span { border-color: rgb(153,102,92); }

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