#96643D

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

Shades of McKenzie #96643D

Tints of McKenzie #96643D

Color information

#96643D (or 0x96643D) is unknown color: approx McKenzie. HEX triplet: 96, 64 and 3D. RGB value is (150,100,61). Sum of RGB (Red+Green+Blue) = 150+100+61=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96643D is #699BC2. Grayscale: #6E6E6E. Windows color (decimal): -6921155 or 4023446. OLE color: 4023446.

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

Color convert

RGB15010061-
CMYK00.330.590.41
HSL26.29º42.18%41.37%-
HSV(B)26.29º59.33%58.82%-
XYZ17.9815.946.54-
YUV110.5100.06156.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=48.23%
G=32.15%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501006100.330.590.4126.2942.1841.37
Hex96643D0213B291a2a29
Octal226144750417351325251
Binary100101101100100111101010000111101110100111010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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