#99685C

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

Shades of Dark Chestnut #99685C

Tints of Dark Chestnut #99685C

Color information

#99685C (or 0x99685C) is unknown color: approx Dark Chestnut. HEX triplet: 99, 68 and 5C. RGB value is (153,104,92). Sum of RGB (Red+Green+Blue) = 153+104+92=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99685C is #6697A3. Grayscale: #757575. Windows color (decimal): -6723492 or 6056089. OLE color: 6056089.

HSL color Cylindrical-coordinate representation of color #99685C: hue angle of 11.8º 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 #99685C is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15310492-
CMYK00.320.400.4
HSL11.8º24.9%48.04%-
HSV(B)11.8º39.87%60%-
XYZ20.0217.4512.44-
YUV117.28113.73153.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=43.84%
G=29.80%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531049200.320.400.411.824.948.04
Hex99685C0202828c1930
Octal2311501340405050143160
Binary10011001110100010111000100000101000101000110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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