#966235

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

Shades of McKenzie #966235

Tints of McKenzie #966235

Color information

#966235 (or 0x966235) is unknown color: approx McKenzie. HEX triplet: 96, 62 and 35. RGB value is (150,98,53). Sum of RGB (Red+Green+Blue) = 150+98+53=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966235 is #699DCA. Grayscale: #6C6C6C. Windows color (decimal): -6921675 or 3498646. OLE color: 3498646.

HSL color Cylindrical-coordinate representation of color #966235: hue angle of 27.84º 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 #966235 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1509853-
CMYK00.350.650.41
HSL27.84º47.78%39.8%-
HSV(B)27.84º64.67%58.82%-
XYZ17.5915.485.43-
YUV108.4296.73157.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=49.83%
G=32.56%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150985300.350.650.4127.8447.7839.8
Hex96623502341291c3028
Octal2261426504310151346050
Binary1001011011000101101010100011100000110100111100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966235; }

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

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

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

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

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

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

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

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