#966B3F

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

Shades of McKenzie #966B3F

Tints of McKenzie #966B3F

Color information

#966B3F (or 0x966B3F) is unknown color: approx McKenzie. HEX triplet: 96, 6B and 3F. RGB value is (150,107,63). Sum of RGB (Red+Green+Blue) = 150+107+63=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #966B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B3F is #6994C0. Grayscale: #737373. Windows color (decimal): -6919361 or 4156310. OLE color: 4156310.

HSL color Cylindrical-coordinate representation of color #966B3F: hue angle of 30.34º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #966B3F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15010763-
CMYK00.290.580.41
HSL30.34º40.85%41.76%-
HSV(B)30.34º58%58.82%-
XYZ18.7317.367.07-
YUV114.8498.75153.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 63 (25% from 255) = 19.69%
R=46.88%
G=33.44%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501076300.290.580.4130.3440.8541.76
Hex966B3F01D3A291e292a
Octal226153770357251365152
Binary10010110110101111111101110111101010100111110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966B3F; }

 p { color: rgb(150,107,63); }

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

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

 a { background-color: rgb(150,107,63); }

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

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

 span { border-color: rgb(150,107,63); }

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