Html Css Color HEX #916561 Dark Chestnut

📋 copy color: '#916561'

red 145 ◦ green 101 ◦ blue 97

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

Shades of Dark Chestnut #916561

Tints of Dark Chestnut #916561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 42.27%
G = 29.45%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#916561 (or 0x916561) is known color: Dark Chestnut. HEX triplet: 91, 65 and 61. RGB value is (145,101,97). Sum of RGB (Red+Green+Blue) = 145+101+97=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #916561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916561 is #6E9A9E. Grayscale: #717171. Windows color (decimal): -7248543 or 6382993. OLE color: 6382993.

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

Color convert

RGB 145 101 97 -
CMYK 0 0.30 0.33 0.43
HSL 0.2% 0.47% -
HSV(B) 0.33% 0.57% -
XYZ 18.49 16.19 13.46 -
YUV 113.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 145 101 97 0 0.30 0.33 0.43 5 0.2 0.47
Hex 91 65 61 0 1E 21 2B 5 14 2F
Octal 221 145 141 0 36 41 53 5 24 57
Binary 10010001 1100101 1100001 0 11110 100001 101011 101 10100 101111

Color Harmonies of #916561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916561

Black with #916561

Text Example


Text Example

White with #916561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916561; }

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

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

background-color css

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

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

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

border-color css

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

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

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