#856B3C

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

Shades of McKenzie #856B3C

Tints of McKenzie #856B3C

Color information

#856B3C (or 0x856B3C) is unknown color: approx McKenzie. HEX triplet: 85, 6B and 3C. RGB value is (133,107,60). Sum of RGB (Red+Green+Blue) = 133+107+60=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B3C is #7A94C3. Grayscale: #6D6D6D. Windows color (decimal): -8033476 or 3959685. OLE color: 3959685.

HSL color Cylindrical-coordinate representation of color #856B3C: hue angle of 38.63º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #856B3C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13310760-
CMYK00.200.550.48
HSL38.63º37.82%37.84%-
HSV(B)38.63º54.89%52.16%-
XYZ15.7515.836.5-
YUV109.42100.11144.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 107 (42.19% from 255) = 35.67%
BLUE value IS 60 (23.83% from 255) = 20%
R=44.33%
G=35.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331076000.200.550.4838.6337.8237.84
Hex856B3C0143730272626
Octal205153740246760474646
Binary100001011101011111100010100110111110000100111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856B3C; }

 p { color: rgb(133,107,60); }

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

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

 a { background-color: rgb(133,107,60); }

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

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

 span { border-color: rgb(133,107,60); }

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