#976532

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

Shades of McKenzie #976532

Tints of McKenzie #976532

Color information

#976532 (or 0x976532) is unknown color: approx McKenzie. HEX triplet: 97, 65 and 32. RGB value is (151,101,50). Sum of RGB (Red+Green+Blue) = 151+101+50=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #976532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976532 is #689ACD. Grayscale: #6E6E6E. Windows color (decimal): -6855374 or 3302807. OLE color: 3302807.

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

Color convert

RGB15110150-
CMYK00.330.670.41
HSL30.3º50.25%39.41%-
HSV(B)30.3º66.89%59.22%-
XYZ17.9916.125.18-
YUV110.1494.06157.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=50%
G=33.44%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511015000.330.670.4130.350.2539.41
Hex97653202143291e3227
Octal2271456204110351366247
Binary1001011111001011100100100001100001110100111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976532; }

 p { color: rgb(151,101,50); }

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

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

 a { background-color: rgb(151,101,50); }

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

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

 span { border-color: rgb(151,101,50); }

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