#85693C

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

Shades of McKenzie #85693C

Tints of McKenzie #85693C

Color information

#85693C (or 0x85693C) is unknown color: approx McKenzie. HEX triplet: 85, 69 and 3C. RGB value is (133,105,60). Sum of RGB (Red+Green+Blue) = 133+105+60=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85693C is #7A96C3. Grayscale: #6C6C6C. Windows color (decimal): -8033988 or 3959173. OLE color: 3959173.

HSL color Cylindrical-coordinate representation of color #85693C: hue angle of 36.99º 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 #85693C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13310560-
CMYK00.210.550.48
HSL36.99º37.82%37.84%-
HSV(B)36.99º54.89%52.16%-
XYZ15.5415.426.43-
YUV108.24100.78145.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=44.63%
G=35.23%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331056000.210.550.4836.9937.8237.84
Hex85693C0153730252626
Octal205151740256760454646
Binary100001011101001111100010101110111110000100101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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