#96693A

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

Shades of McKenzie #96693A

Tints of McKenzie #96693A

Color information

#96693A (or 0x96693A) is unknown color: approx McKenzie. HEX triplet: 96, 69 and 3A. RGB value is (150,105,58). Sum of RGB (Red+Green+Blue) = 150+105+58=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96693A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96693A is #6996C5. Grayscale: #717171. Windows color (decimal): -6919878 or 3828118. OLE color: 3828118.

HSL color Cylindrical-coordinate representation of color #96693A: hue angle of 30.65º 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 #96693A is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB15010558-
CMYK00.300.610.41
HSL30.65º44.23%40.78%-
HSV(B)30.65º61.33%58.82%-
XYZ18.3916.896.29-
YUV113.196.91154.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=47.92%
G=33.55%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501055800.300.610.4130.6544.2340.78
Hex96693A01E3D291f2c29
Octal226151720367551375451
Binary10010110110100111101001111011110110100111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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