#85603C

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

Shades of McKenzie #85603C

Tints of McKenzie #85603C

Color information

#85603C (or 0x85603C) is unknown color: approx McKenzie. HEX triplet: 85, 60 and 3C. RGB value is (133,96,60). Sum of RGB (Red+Green+Blue) = 133+96+60=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85603C is #7A9FC3. Grayscale: #676767. Windows color (decimal): -8036292 or 3956869. OLE color: 3956869.

HSL color Cylindrical-coordinate representation of color #85603C: hue angle of 29.59º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85603C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1339660-
CMYK00.280.550.48
HSL29.59º37.82%37.84%-
HSV(B)29.59º54.89%52.16%-
XYZ14.6713.686.14-
YUV102.96103.76149.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=46.02%
G=33.22%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133966000.280.550.4829.5937.8237.84
Hex85603C01C37301e2626
Octal205140740346760364646
Binary10000101110000011110001110011011111000011110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85603C; }

 p { color: rgb(133,96,60); }

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

<style>
 a { background-color: #85603C; }

 a { background-color: rgb(133,96,60); }

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

<style>
 span { border-color: #85603C; }

 span { border-color: rgb(133,96,60); }

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