Html Css Color HEX #916B61 Dark Chestnut

📋 copy color: '#916B61'

red 145 ◦ green 107 ◦ blue 97

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

Shades of Dark Chestnut #916B61

Tints of Dark Chestnut #916B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 41.55%
G = 30.66%
B = 27.79%

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

#916B61 (or 0x916B61) is known color: Dark Chestnut. HEX triplet: 91, 6B and 61. RGB value is (145,107,97). Sum of RGB (Red+Green+Blue) = 145+107+97=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #916B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B61 is #6E949E. Grayscale: #757575. Windows color (decimal): -7247007 or 6384529. OLE color: 6384529.

HSL color Cylindrical-coordinate representation of color #916B61: hue angle of 12.5º 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 #916B61 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 107 97 -
CMYK 0 0.26 0.33 0.43
HSL 12.5º 0.2% 0.47% -
HSV(B) 12.5º 0.33% 0.57% -
XYZ 19.09 17.4 13.66 -
YUV 117.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 145 107 97 0 0.26 0.33 0.43 12.5 0.2 0.47
Hex 91 6B 61 0 1A 21 2B C 14 2F
Octal 221 153 141 0 32 41 53 14 24 57
Binary 10010001 1101011 1100001 0 11010 100001 101011 1100 10100 101111

Color Harmonies of #916B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916B61

Black with #916B61

Text Example


Text Example

White with #916B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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