#96653D

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

Shades of McKenzie #96653D

Tints of McKenzie #96653D

Color information

#96653D (or 0x96653D) is unknown color: approx McKenzie. HEX triplet: 96, 65 and 3D. RGB value is (150,101,61). Sum of RGB (Red+Green+Blue) = 150+101+61=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96653D is #699AC2. Grayscale: #6F6F6F. Windows color (decimal): -6920899 or 4023702. OLE color: 4023702.

HSL color Cylindrical-coordinate representation of color #96653D: hue angle of 26.97º 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 #96653D is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB15010161-
CMYK00.330.590.41
HSL26.97º42.18%41.37%-
HSV(B)26.97º59.33%58.82%-
XYZ18.0716.136.58-
YUV111.0999.73155.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=48.08%
G=32.37%
B=19.55%

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
Decimal1501016100.330.590.4126.9742.1841.37
Hex96653D0213B291b2a29
Octal226145750417351335251
Binary100101101100101111101010000111101110100111011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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