Html Css Color HEX #96685F Dark Chestnut

📋 copy color: '#96685F'

red 150 ◦ green 104 ◦ blue 95

#96685F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #96685F

Tints of Dark Chestnut #96685F

RGB

 RED value IS 150 (58.98% from 255) = 42.98%

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 42.98%
G = 29.8%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96685F (or 0x96685F) is known color: Dark Chestnut. HEX triplet: 96, 68 and 5F. RGB value is (150,104,95). Sum of RGB (Red+Green+Blue) = 150+104+95=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685F is #6997A0. Grayscale: #747474. Windows color (decimal): -6920097 or 6252694. OLE color: 6252694.

HSL color Cylindrical-coordinate representation of color #96685F: hue angle of 9.82º 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 #96685F is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 95 -
CMYK 0 0.31 0.37 0.41
HSL 9.82º 0.22% 0.48% -
HSV(B) 9.82º 0.37% 0.59% -
XYZ 19.59 17.21 13.12 -
YUV 116.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 150 104 95 0 0.31 0.37 0.41 9.82 0.22 0.48
Hex 96 68 5F 0 1F 25 29 A 16 30
Octal 226 150 137 0 37 45 51 12 26 60
Binary 10010110 1101000 1011111 0 11111 100101 101001 1010 10110 110000

Color Harmonies of #96685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96685F

Black with #96685F

Text Example


Text Example

White with #96685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96685F;
 }
 .AnyTagClassName
 {
   color: #96685F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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