#966735

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

Shades of McKenzie #966735

Tints of McKenzie #966735

Color information

#966735 (or 0x966735) is unknown color: approx McKenzie. HEX triplet: 96, 67 and 35. RGB value is (150,103,53). Sum of RGB (Red+Green+Blue) = 150+103+53=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #966735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966735 is #6998CA. Grayscale: #6F6F6F. Windows color (decimal): -6920395 or 3499926. OLE color: 3499926.

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

Color convert

RGB15010353-
CMYK00.310.650.41
HSL30.93º47.78%39.8%-
HSV(B)30.93º64.67%58.82%-
XYZ18.0716.445.59-
YUV111.3595.07155.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=49.02%
G=33.66%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501035300.310.650.4130.9347.7839.8
Hex96673501F41291f3028
Octal2261476503710151376050
Binary100101101100111110101011111100000110100111111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966735; }

 p { color: rgb(150,103,53); }

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

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

 a { background-color: rgb(150,103,53); }

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

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

 span { border-color: rgb(150,103,53); }

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