#977068

Color #977068 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #977068

Tints of Dark Chestnut #977068

Color information

#977068 (or 0x977068) is unknown color: approx Dark Chestnut. HEX triplet: 97, 70 and 68. RGB value is (151,112,104). Sum of RGB (Red+Green+Blue) = 151+112+104=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977068 is #688F97. Grayscale: #7A7A7A. Windows color (decimal): -6852504 or 6844567. OLE color: 6844567.

HSL color Cylindrical-coordinate representation of color #977068: hue angle of 10.21º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977068 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151112104-
CMYK00.260.310.41
HSL10.21º18.43%50%-
HSV(B)10.21º31.13%59.22%-
XYZ21.0619.1715.69-
YUV122.75117.42148.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=41.14%
G=30.52%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111210400.260.310.4110.2118.4350
Hex97706801A1F29a1232
Octal2271601500323751122262
Binary100101111110000110100001101011111101001101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977068; }

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

 H1.HeaderClassName
 {
   color: #977068;
 }
 .AnyTagClassName
 {
   color: #977068;
 }
</style>
background-color css

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

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

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

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

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

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