Html Css Color HEX #856842 McKenzie

📋 copy color: '#856842'

red 133 ◦ green 104 ◦ blue 66

#856842
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of McKenzie #856842

Tints of McKenzie #856842

RGB

 RED value IS 133 (52.34% from 255) = 43.89%

 GREEN value IS 104 (41.02% from 255) = 34.32%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 43.89%
G = 34.32%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856842 (or 0x856842) is known color: McKenzie. HEX triplet: 85, 68 and 42. RGB value is (133,104,66). Sum of RGB (Red+Green+Blue) = 133+104+66=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856842 is #7A97BD. Grayscale: #6C6C6C. Windows color (decimal): -8034238 or 4352133. OLE color: 4352133.

HSL color Cylindrical-coordinate representation of color #856842: hue angle of 34.03º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856842 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 66 -
CMYK 0 0.22 0.50 0.48
HSL 34.03º 0.34% 0.39% -
HSV(B) 34.03º 0.5% 0.52% -
XYZ 15.61 15.28 7.28 -
YUV 108.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 133 104 66 0 0.22 0.50 0.48 34.03 0.34 0.39
Hex 85 68 42 0 16 32 30 22 22 27
Octal 205 150 102 0 26 62 60 42 42 47
Binary 10000101 1101000 1000010 0 10110 110010 110000 100010 100010 100111

Color Harmonies of #856842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856842

Black with #856842

Text Example


Text Example

White with #856842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856842; }

 p { color: rgb(133,104,66); }

 H1.HeaderClassName
 {
   color: #856842;
 }
 .AnyTagClassName
 {
   color: #856842;
 }
</style>

background-color css

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

 a { background-color: rgb(133,104,66); }

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

border-color css

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

 span { border-color: rgb(133,104,66); }

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