#85633E

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

Shades of McKenzie #85633E

Tints of McKenzie #85633E

Color information

#85633E (or 0x85633E) is unknown color: approx McKenzie. HEX triplet: 85, 63 and 3E. RGB value is (133,99,62). Sum of RGB (Red+Green+Blue) = 133+99+62=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85633E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85633E is #7A9CC1. Grayscale: #696969. Windows color (decimal): -8035522 or 4088709. OLE color: 4088709.

HSL color Cylindrical-coordinate representation of color #85633E: hue angle of 31.27º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85633E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1339962-
CMYK00.260.530.48
HSL31.27º36.41%38.24%-
HSV(B)31.27º53.38%52.16%-
XYZ1514.266.52-
YUV104.95103.76148.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=45.24%
G=33.67%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133996200.260.530.4831.2736.4138.24
Hex85633E01A35301f2426
Octal205143760326560374446
Binary10000101110001111111001101011010111000011111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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