#85693B

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

Shades of McKenzie #85693B

Tints of McKenzie #85693B

Color information

#85693B (or 0x85693B) is unknown color: approx McKenzie. HEX triplet: 85, 69 and 3B. RGB value is (133,105,59). Sum of RGB (Red+Green+Blue) = 133+105+59=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85693B is #7A96C4. Grayscale: #6C6C6C. Windows color (decimal): -8033989 or 3893637. OLE color: 3893637.

HSL color Cylindrical-coordinate representation of color #85693B: hue angle of 37.3º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85693B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13310559-
CMYK00.210.560.48
HSL37.3º38.54%37.65%-
HSV(B)37.3º55.64%52.16%-
XYZ15.5115.416.29-
YUV108.13100.28145.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=44.78%
G=35.35%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331055900.210.560.4837.338.5437.65
Hex85693B0153830252726
Octal205151730257060454746
Binary100001011101001111011010101111000110000100101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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