#96683A

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

Shades of McKenzie #96683A

Tints of McKenzie #96683A

Color information

#96683A (or 0x96683A) is unknown color: approx McKenzie. HEX triplet: 96, 68 and 3A. RGB value is (150,104,58). Sum of RGB (Red+Green+Blue) = 150+104+58=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96683A is #6997C5. Grayscale: #707070. Windows color (decimal): -6920134 or 3827862. OLE color: 3827862.

HSL color Cylindrical-coordinate representation of color #96683A: hue angle of 30º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96683A is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15010458-
CMYK00.310.610.41
HSL30º44.23%40.78%-
HSV(B)30º61.33%58.82%-
XYZ18.2916.696.26-
YUV112.5197.24154.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 18.59%
R=48.08%
G=33.33%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501045800.310.610.413044.2340.78
Hex96683A01F3D291e2c29
Octal226150720377551365451
Binary10010110110100011101001111111110110100111110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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