Html Css Color HEX #917168 Dark Chestnut

📋 copy color: '#917168'

red 145 ◦ green 113 ◦ blue 104

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

Shades of Dark Chestnut #917168

Tints of Dark Chestnut #917168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

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

R = 40.06%
G = 31.22%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#917168 (or 0x917168) is known color: Dark Chestnut. HEX triplet: 91, 71 and 68. RGB value is (145,113,104). Sum of RGB (Red+Green+Blue) = 145+113+104=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #917168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917168 is #6E8E97. Grayscale: #797979. Windows color (decimal): -7245464 or 6844817. OLE color: 6844817.

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

Color convert

RGB 145 113 104 -
CMYK 0 0.22 0.28 0.43
HSL 13.17º 0.16% 0.49% -
HSV(B) 13.17º 0.28% 0.57% -
XYZ 20.08 18.83 15.67 -
YUV 121.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 145 113 104 0 0.22 0.28 0.43 13.17 0.16 0.49
Hex 91 71 68 0 16 1C 2B D 10 31
Octal 221 161 150 0 26 34 53 15 20 61
Binary 10010001 1110001 1101000 0 10110 11100 101011 1101 10000 110001

Color Harmonies of #917168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917168

Black with #917168

Text Example


Text Example

White with #917168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917168; }

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

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

background-color css

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

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

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

border-color css

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

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

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