Html Css Color HEX #96645B Dark Chestnut

📋 copy color: '#96645B'

red 150 ◦ green 100 ◦ blue 91

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

Shades of Dark Chestnut #96645B

Tints of Dark Chestnut #96645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 43.99%
G = 29.33%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96645B (or 0x96645B) is known color: Dark Chestnut. HEX triplet: 96, 64 and 5B. RGB value is (150,100,91). Sum of RGB (Red+Green+Blue) = 150+100+91=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96645B is #699BA4. Grayscale: #727272. Windows color (decimal): -6921125 or 5989526. OLE color: 5989526.

HSL color Cylindrical-coordinate representation of color #96645B: hue angle of 9.15º 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 #96645B is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 91 -
CMYK 0 0.33 0.39 0.41
HSL 9.15º 0.24% 0.47% -
HSV(B) 9.15º 0.39% 0.59% -
XYZ 19.02 16.35 12.05 -
YUV 113.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 150 100 91 0 0.33 0.39 0.41 9.15 0.24 0.47
Hex 96 64 5B 0 21 27 29 9 18 2F
Octal 226 144 133 0 41 47 51 11 30 57
Binary 10010110 1100100 1011011 0 100001 100111 101001 1001 11000 101111

Color Harmonies of #96645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96645B

Black with #96645B

Text Example


Text Example

White with #96645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96645B; }

 p { color: rgb(150,100,91); }

 H1.HeaderClassName
 {
   color: #96645B;
 }
 .AnyTagClassName
 {
   color: #96645B;
 }
</style>

background-color css

<style>
 a { background-color: #96645B; }

 a { background-color: rgb(150,100,91); }

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

border-color css

<style>
 span { border-color: #96645B; }

 span { border-color: rgb(150,100,91); }

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