#966A38

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

Shades of McKenzie #966A38

Tints of McKenzie #966A38

Color information

#966A38 (or 0x966A38) is unknown color: approx McKenzie. HEX triplet: 96, 6A and 38. RGB value is (150,106,56). Sum of RGB (Red+Green+Blue) = 150+106+56=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A38 is #6995C7. Grayscale: #717171. Windows color (decimal): -6919624 or 3697302. OLE color: 3697302.

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

Color convert

RGB15010656-
CMYK00.290.630.41
HSL31.91º45.63%40.39%-
HSV(B)31.91º62.67%58.82%-
XYZ18.4517.086.07-
YUV113.4695.58154.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=48.08%
G=33.97%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501065600.290.630.4131.9145.6340.39
Hex966A3801D3F29202e28
Octal226152700357751405650
Binary100101101101010111000011101111111101001100000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,106,56); }

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

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

 a { background-color: rgb(150,106,56); }

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

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

 span { border-color: rgb(150,106,56); }

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