#977268

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

Shades of Dark Chestnut #977268

Tints of Dark Chestnut #977268

Color information

#977268 (or 0x977268) is unknown color: approx Dark Chestnut. HEX triplet: 97, 72 and 68. RGB value is (151,114,104). Sum of RGB (Red+Green+Blue) = 151+114+104=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977268 is #688D97. Grayscale: #7B7B7B. Windows color (decimal): -6851992 or 6845079. OLE color: 6845079.

HSL color Cylindrical-coordinate representation of color #977268: hue angle of 12.77º 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 #977268 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB151114104-
CMYK00.250.310.41
HSL12.77º18.43%50%-
HSV(B)12.77º31.13%59.22%-
XYZ21.2819.6115.76-
YUV123.92116.76147.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=40.92%
G=30.89%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111410400.250.310.4112.7718.4350
Hex9772680191F29d1232
Octal2271621500313751152262
Binary100101111110010110100001100111111101001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977268; }

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

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

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

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

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

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

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

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