#96675F

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

Shades of Dark Chestnut #96675F

Tints of Dark Chestnut #96675F

Color information

#96675F (or 0x96675F) is unknown color: approx Dark Chestnut. HEX triplet: 96, 67 and 5F. RGB value is (150,103,95). Sum of RGB (Red+Green+Blue) = 150+103+95=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96675F is #6998A0. Grayscale: #747474. Windows color (decimal): -6920353 or 6252438. OLE color: 6252438.

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

Color convert

RGB15010395-
CMYK00.310.370.41
HSL8.73º22.45%48.04%-
HSV(B)8.73º36.67%58.82%-
XYZ19.4917.0113.08-
YUV116.14116.07152.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=43.10%
G=29.60%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501039500.310.370.418.7322.4548.04
Hex96675F01F252991630
Octal2261471370374551112660
Binary1001011011001111011111011111100101101001100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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