Html Css Color HEX #916C63 Dark Chestnut

📋 copy color: '#916C63'

red 145 ◦ green 108 ◦ blue 99

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

Shades of Dark Chestnut #916C63

Tints of Dark Chestnut #916C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 41.19%
G = 30.68%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#916C63 (or 0x916C63) is known color: Dark Chestnut. HEX triplet: 91, 6C and 63. RGB value is (145,108,99). Sum of RGB (Red+Green+Blue) = 145+108+99=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C63 is #6E939C. Grayscale: #767676. Windows color (decimal): -7246749 or 6515857. OLE color: 6515857.

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

Color convert

RGB 145 108 99 -
CMYK 0 0.26 0.32 0.43
HSL 11.74º 0.19% 0.48% -
HSV(B) 11.74º 0.32% 0.57% -
XYZ 19.29 17.65 14.19 -
YUV 118.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 145 108 99 0 0.26 0.32 0.43 11.74 0.19 0.48
Hex 91 6C 63 0 1A 20 2B C 13 30
Octal 221 154 143 0 32 40 53 14 23 60
Binary 10010001 1101100 1100011 0 11010 100000 101011 1100 10011 110000

Color Harmonies of #916C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C63

Black with #916C63

Text Example


Text Example

White with #916C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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