#96643C

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

Shades of McKenzie #96643C

Tints of McKenzie #96643C

Color information

#96643C (or 0x96643C) is unknown color: approx McKenzie. HEX triplet: 96, 64 and 3C. RGB value is (150,100,60). Sum of RGB (Red+Green+Blue) = 150+100+60=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96643C is #699BC3. Grayscale: #6E6E6E. Windows color (decimal): -6921156 or 3957910. OLE color: 3957910.

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

Color convert

RGB15010060-
CMYK00.330.60.41
HSL26.67º42.86%41.18%-
HSV(B)26.67º60%58.82%-
XYZ17.9515.926.4-
YUV110.3999.56156.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=48.39%
G=32.26%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501006000.330.60.4126.6742.8641.18
Hex96643C0213C291b2b29
Octal226144740417451335351
Binary100101101100100111100010000111110010100111011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96643C; }

 p { color: rgb(150,100,60); }

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

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

 a { background-color: rgb(150,100,60); }

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

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

 span { border-color: rgb(150,100,60); }

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