#856631

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

Shades of McKenzie #856631

Tints of McKenzie #856631

Color information

#856631 (or 0x856631) is unknown color: approx McKenzie. HEX triplet: 85, 66 and 31. RGB value is (133,102,49). Sum of RGB (Red+Green+Blue) = 133+102+49=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856631 is #7A99CE. Grayscale: #696969. Windows color (decimal): -8034767 or 3237509. OLE color: 3237509.

HSL color Cylindrical-coordinate representation of color #856631: hue angle of 37.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856631 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13310249-
CMYK00.230.630.48
HSL37.86º46.15%35.69%-
HSV(B)37.86º63.16%52.16%-
XYZ14.9814.714.96-
YUV105.2396.27147.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=46.83%
G=35.92%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331024900.230.630.4837.8646.1535.69
Hex8566310173F30262e24
Octal205146610277760465644
Binary100001011100110110001010111111111110000100110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856631; }

 p { color: rgb(133,102,49); }

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

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

 a { background-color: rgb(133,102,49); }

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

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

 span { border-color: rgb(133,102,49); }

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