Html Css Color HEX #916C61 Dark Chestnut

📋 copy color: '#916C61'

red 145 ◦ green 108 ◦ blue 97

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

Shades of Dark Chestnut #916C61

Tints of Dark Chestnut #916C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 41.43%
G = 30.86%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#916C61 (or 0x916C61) is known color: Dark Chestnut. HEX triplet: 91, 6C and 61. RGB value is (145,108,97). Sum of RGB (Red+Green+Blue) = 145+108+97=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #916C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C61 is #6E939E. Grayscale: #757575. Windows color (decimal): -7246751 or 6384785. OLE color: 6384785.

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

Color convert

RGB 145 108 97 -
CMYK 0 0.26 0.33 0.43
HSL 13.75º 0.2% 0.47% -
HSV(B) 13.75º 0.33% 0.57% -
XYZ 19.2 17.61 13.7 -
YUV 117.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 145 108 97 0 0.26 0.33 0.43 13.75 0.2 0.47
Hex 91 6C 61 0 1A 21 2B E 14 2F
Octal 221 154 141 0 32 41 53 16 24 57
Binary 10010001 1101100 1100001 0 11010 100001 101011 1110 10100 101111

Color Harmonies of #916C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C61

Black with #916C61

Text Example


Text Example

White with #916C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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