#976F42

Color #976F42 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #976F42

Tints of McKenzie #976F42

Color information

#976F42 (or 0x976F42) is unknown color: approx McKenzie. HEX triplet: 97, 6F and 42. RGB value is (151,111,66). Sum of RGB (Red+Green+Blue) = 151+111+66=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #976F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976F42 is #6890BD. Grayscale: #767676. Windows color (decimal): -6852798 or 4353943. OLE color: 4353943.

HSL color Cylindrical-coordinate representation of color #976F42: hue angle of 31.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #976F42 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15111166-
CMYK00.260.560.41
HSL31.76º39.17%42.55%-
HSV(B)31.76º56.29%59.22%-
XYZ19.4318.347.67-
YUV117.8398.75151.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=46.04%
G=33.84%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511116600.260.560.4131.7639.1742.55
Hex976F4201A382920272b
Octal2271571020327051404753
Binary1001011111011111000010011010111000101001100000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976F42; }

 p { color: rgb(151,111,66); }

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

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

 a { background-color: rgb(151,111,66); }

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

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

 span { border-color: rgb(151,111,66); }

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