#96683D

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

Shades of McKenzie #96683D

Tints of McKenzie #96683D

Color information

#96683D (or 0x96683D) is unknown color: approx McKenzie. HEX triplet: 96, 68 and 3D. RGB value is (150,104,61). Sum of RGB (Red+Green+Blue) = 150+104+61=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96683D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96683D is #6997C2. Grayscale: #717171. Windows color (decimal): -6920131 or 4024470. OLE color: 4024470.

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

Color convert

RGB15010461-
CMYK00.310.590.41
HSL28.99º42.18%41.37%-
HSV(B)28.99º59.33%58.82%-
XYZ18.3716.726.67-
YUV112.8598.74154.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=47.62%
G=33.02%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501046100.310.590.4128.9942.1841.37
Hex96683D01F3B291d2a29
Octal226150750377351355251
Binary10010110110100011110101111111101110100111101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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