Html Css Color HEX #916E68 Dark Chestnut

📋 copy color: '#916E68'

red 145 ◦ green 110 ◦ blue 104

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

Shades of Dark Chestnut #916E68

Tints of Dark Chestnut #916E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.64%

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 40.39%
G = 30.64%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916E68 (or 0x916E68) is known color: Dark Chestnut. HEX triplet: 91, 6E and 68. RGB value is (145,110,104). Sum of RGB (Red+Green+Blue) = 145+110+104=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #916E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E68 is #6E9197. Grayscale: #777777. Windows color (decimal): -7246232 or 6844049. OLE color: 6844049.

HSL color Cylindrical-coordinate representation of color #916E68: hue angle of 8.78º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916E68 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 110 104 -
CMYK 0 0.24 0.28 0.43
HSL 8.78º 0.16% 0.49% -
HSV(B) 8.78º 0.28% 0.57% -
XYZ 19.75 18.17 15.56 -
YUV 119.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 145 110 104 0 0.24 0.28 0.43 8.78 0.16 0.49
Hex 91 6E 68 0 18 1C 2B 9 10 31
Octal 221 156 150 0 30 34 53 11 20 61
Binary 10010001 1101110 1101000 0 11000 11100 101011 1001 10000 110001

Color Harmonies of #916E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916E68

Black with #916E68

Text Example


Text Example

White with #916E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,110,104); }

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

background-color css

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

 a { background-color: rgb(145,110,104); }

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

border-color css

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

 span { border-color: rgb(145,110,104); }

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