#976650

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

Shades of Dark Tan #976650

Tints of Dark Tan #976650

Color information

#976650 (or 0x976650) is unknown color: approx Dark Tan. HEX triplet: 97, 66 and 50. RGB value is (151,102,80). Sum of RGB (Red+Green+Blue) = 151+102+80=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #976650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976650 is #6899AF. Grayscale: #727272. Windows color (decimal): -6855088 or 5269143. OLE color: 5269143.

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

Color convert

RGB15110280-
CMYK00.320.470.41
HSL18.59º30.74%45.29%-
HSV(B)18.59º47.02%59.22%-
XYZ18.9616.669.81-
YUV114.14108.73154.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=45.35%
G=30.63%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511028000.320.470.4118.5930.7445.29
Hex9766500202F29131f2d
Octal2271461200405751233755
Binary100101111100110101000001000001011111010011001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976650; }

 p { color: rgb(151,102,80); }

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

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

 a { background-color: rgb(151,102,80); }

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

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

 span { border-color: rgb(151,102,80); }

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