#96675C

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

Shades of Dark Chestnut #96675C

Tints of Dark Chestnut #96675C

Color information

#96675C (or 0x96675C) is unknown color: approx Dark Chestnut. HEX triplet: 96, 67 and 5C. RGB value is (150,103,92). Sum of RGB (Red+Green+Blue) = 150+103+92=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96675C is #6998A3. Grayscale: #737373. Windows color (decimal): -6920356 or 6055830. OLE color: 6055830.

HSL color Cylindrical-coordinate representation of color #96675C: hue angle of 11.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96675C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB15010392-
CMYK00.310.390.41
HSL11.38º23.97%47.45%-
HSV(B)11.38º38.67%58.82%-
XYZ19.3616.9612.38-
YUV115.8114.57152.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=43.48%
G=29.86%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501039200.310.390.4111.3823.9747.45
Hex96675C01F2729b182f
Octal2261471340374751133057
Binary1001011011001111011100011111100111101001101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,103,92); }

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

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

 a { background-color: rgb(150,103,92); }

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

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

 span { border-color: rgb(150,103,92); }

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