Html Css Color HEX #917068 Dark Chestnut

📋 copy color: '#917068'

red 145 ◦ green 112 ◦ blue 104

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

Shades of Dark Chestnut #917068

Tints of Dark Chestnut #917068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 40.17%
G = 31.02%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#917068 (or 0x917068) is known color: Dark Chestnut. HEX triplet: 91, 70 and 68. RGB value is (145,112,104). Sum of RGB (Red+Green+Blue) = 145+112+104=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #917068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917068 is #6E8F97. Grayscale: #797979. Windows color (decimal): -7245720 or 6844561. OLE color: 6844561.

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

Color convert

RGB 145 112 104 -
CMYK 0 0.23 0.28 0.43
HSL 11.71º 0.16% 0.49% -
HSV(B) 11.71º 0.28% 0.57% -
XYZ 19.97 18.61 15.64 -
YUV 120.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 145 112 104 0 0.23 0.28 0.43 11.71 0.16 0.49
Hex 91 70 68 0 17 1C 2B C 10 31
Octal 221 160 150 0 27 34 53 14 20 61
Binary 10010001 1110000 1101000 0 10111 11100 101011 1100 10000 110001

Color Harmonies of #917068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917068

Black with #917068

Text Example


Text Example

White with #917068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917068; }

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

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

background-color css

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

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

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

border-color css

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

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

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