#96703F

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

Shades of McKenzie #96703F

Tints of McKenzie #96703F

Color information

#96703F (or 0x96703F) is unknown color: approx McKenzie. HEX triplet: 96, 70 and 3F. RGB value is (150,112,63). Sum of RGB (Red+Green+Blue) = 150+112+63=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96703F is #698FC0. Grayscale: #767676. Windows color (decimal): -6918081 or 4157590. OLE color: 4157590.

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

Color convert

RGB15011263-
CMYK00.250.580.41
HSL33.79º40.85%41.76%-
HSV(B)33.79º58%58.82%-
XYZ19.2718.437.24-
YUV117.7897.09150.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 63 (25% from 255) = 19.38%
R=46.15%
G=34.46%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501126300.250.580.4133.7940.8541.76
Hex96703F0193A2922292a
Octal226160770317251425152
Binary100101101110000111111011001111010101001100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96703F; }

 p { color: rgb(150,112,63); }

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

<style>
 a { background-color: #96703F; }

 a { background-color: rgb(150,112,63); }

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

<style>
 span { border-color: #96703F; }

 span { border-color: rgb(150,112,63); }

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