#85633B

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

Shades of McKenzie #85633B

Tints of McKenzie #85633B

Color information

#85633B (or 0x85633B) is unknown color: approx McKenzie. HEX triplet: 85, 63 and 3B. RGB value is (133,99,59). Sum of RGB (Red+Green+Blue) = 133+99+59=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85633B is #7A9CC4. Grayscale: #686868. Windows color (decimal): -8035525 or 3892101. OLE color: 3892101.

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

Color convert

RGB1339959-
CMYK00.260.560.48
HSL32.43º38.54%37.65%-
HSV(B)32.43º55.64%52.16%-
XYZ14.9214.236.1-
YUV104.61102.26148.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=45.70%
G=34.02%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133995900.260.560.4832.4338.5437.65
Hex85633B01A3830202726
Octal205143730327060404746
Binary100001011100011111011011010111000110000100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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