#85683B

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

Shades of McKenzie #85683B

Tints of McKenzie #85683B

Color information

#85683B (or 0x85683B) is unknown color: approx McKenzie. HEX triplet: 85, 68 and 3B. RGB value is (133,104,59). Sum of RGB (Red+Green+Blue) = 133+104+59=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85683B is #7A97C4. Grayscale: #6B6B6B. Windows color (decimal): -8034245 or 3893381. OLE color: 3893381.

HSL color Cylindrical-coordinate representation of color #85683B: hue angle of 36.49º 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 #85683B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13310459-
CMYK00.220.560.48
HSL36.49º38.54%37.65%-
HSV(B)36.49º55.64%52.16%-
XYZ15.4115.26.26-
YUV107.54100.61146.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=44.93%
G=35.14%
B=19.93%

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
Decimal1331045900.220.560.4836.4938.5437.65
Hex85683B0163830242726
Octal205150730267060444746
Binary100001011101000111011010110111000110000100100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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