#85683A

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

Shades of McKenzie #85683A

Tints of McKenzie #85683A

Color information

#85683A (or 0x85683A) is unknown color: approx McKenzie. HEX triplet: 85, 68 and 3A. RGB value is (133,104,58). Sum of RGB (Red+Green+Blue) = 133+104+58=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85683A is #7A97C5. Grayscale: #6B6B6B. Windows color (decimal): -8034246 or 3827845. OLE color: 3827845.

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

Color convert

RGB13310458-
CMYK00.220.560.48
HSL36.8º39.27%37.45%-
HSV(B)36.8º56.39%52.16%-
XYZ15.3915.196.12-
YUV107.43100.11146.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=45.08%
G=35.25%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331045800.220.560.4836.839.2737.45
Hex85683A0163830252725
Octal205150720267060454745
Binary100001011101000111010010110111000110000100101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85683A; }

 p { color: rgb(133,104,58); }

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

<style>
 a { background-color: #85683A; }

 a { background-color: rgb(133,104,58); }

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

<style>
 span { border-color: #85683A; }

 span { border-color: rgb(133,104,58); }

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