Html Css Color HEX #916C64 Dark Chestnut

📋 copy color: '#916C64'

red 145 ◦ green 108 ◦ blue 100

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

Shades of Dark Chestnut #916C64

Tints of Dark Chestnut #916C64

RGB

 RED value IS 145 (57.03% from 255) = 41.08%

 GREEN value IS 108 (42.58% from 255) = 30.59%

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 41.08%
G = 30.59%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#916C64 (or 0x916C64) is known color: Dark Chestnut. HEX triplet: 91, 6C and 64. RGB value is (145,108,100). Sum of RGB (Red+Green+Blue) = 145+108+100=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C64 is #6E939B. Grayscale: #767676. Windows color (decimal): -7246748 or 6581393. OLE color: 6581393.

HSL color Cylindrical-coordinate representation of color #916C64: hue angle of 10.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #916C64 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 108 100 -
CMYK 0 0.26 0.31 0.43
HSL 10.67º 0.18% 0.48% -
HSV(B) 10.67º 0.31% 0.57% -
XYZ 19.34 17.66 14.45 -
YUV 118.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 145 108 100 0 0.26 0.31 0.43 10.67 0.18 0.48
Hex 91 6C 64 0 1A 1F 2B B 12 30
Octal 221 154 144 0 32 37 53 13 22 60
Binary 10010001 1101100 1100100 0 11010 11111 101011 1011 10010 110000

Color Harmonies of #916C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C64

Black with #916C64

Text Example


Text Example

White with #916C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916C64; }

 p { color: rgb(145,108,100); }

 H1.HeaderClassName
 {
   color: #916C64;
 }
 .AnyTagClassName
 {
   color: #916C64;
 }
</style>

background-color css

<style>
 a { background-color: #916C64; }

 a { background-color: rgb(145,108,100); }

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

border-color css

<style>
 span { border-color: #916C64; }

 span { border-color: rgb(145,108,100); }

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