#85653C

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

Shades of McKenzie #85653C

Tints of McKenzie #85653C

Color information

#85653C (or 0x85653C) is unknown color: approx McKenzie. HEX triplet: 85, 65 and 3C. RGB value is (133,101,60). Sum of RGB (Red+Green+Blue) = 133+101+60=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85653C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85653C is #7A9AC3. Grayscale: #6A6A6A. Windows color (decimal): -8035012 or 3958149. OLE color: 3958149.

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

Color convert

RGB13310160-
CMYK00.240.550.48
HSL33.7º37.82%37.84%-
HSV(B)33.7º54.89%52.16%-
XYZ15.1414.626.3-
YUV105.89102.1147.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 101 (39.84% from 255) = 34.35%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=45.24%
G=34.35%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331016000.240.550.4833.737.8237.84
Hex85653C0183730222626
Octal205145740306760424646
Binary100001011100101111100011000110111110000100010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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