#85623B

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

Shades of McKenzie #85623B

Tints of McKenzie #85623B

Color information

#85623B (or 0x85623B) is unknown color: approx McKenzie. HEX triplet: 85, 62 and 3B. RGB value is (133,98,59). Sum of RGB (Red+Green+Blue) = 133+98+59=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85623B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85623B is #7A9DC4. Grayscale: #686868. Windows color (decimal): -8035781 or 3891845. OLE color: 3891845.

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

Color convert

RGB1339859-
CMYK00.260.560.48
HSL31.62º38.54%37.65%-
HSV(B)31.62º55.64%52.16%-
XYZ14.8314.046.07-
YUV104.02102.6148.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 59 (23.44% from 255) = 20.34%
R=45.86%
G=33.79%
B=20.34%

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
Decimal133985900.260.560.4831.6238.5437.65
Hex85623B01A3830202726
Octal205142730327060404746
Binary100001011100010111011011010111000110000100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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