Html Css Color HEX #96685E Dark Chestnut

📋 copy color: '#96685E'

red 150 ◦ green 104 ◦ blue 94

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

Shades of Dark Chestnut #96685E

Tints of Dark Chestnut #96685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 43.1%
G = 29.89%
B = 27.01%

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

#96685E (or 0x96685E) is known color: Dark Chestnut. HEX triplet: 96, 68 and 5E. RGB value is (150,104,94). Sum of RGB (Red+Green+Blue) = 150+104+94=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96685E is #6997A1. Grayscale: #747474. Windows color (decimal): -6920098 or 6187158. OLE color: 6187158.

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

Color convert

RGB 150 104 94 -
CMYK 0 0.31 0.37 0.41
HSL 10.71º 0.23% 0.48% -
HSV(B) 10.71º 0.37% 0.59% -
XYZ 19.55 17.19 12.88 -
YUV 116.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 150 104 94 0 0.31 0.37 0.41 10.71 0.23 0.48
Hex 96 68 5E 0 1F 25 29 B 17 30
Octal 226 150 136 0 37 45 51 13 27 60
Binary 10010110 1101000 1011110 0 11111 100101 101001 1011 10111 110000

Color Harmonies of #96685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96685E

Black with #96685E

Text Example


Text Example

White with #96685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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