Html Css Color HEX #856942 McKenzie

📋 copy color: '#856942'

red 133 ◦ green 105 ◦ blue 66

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

Shades of McKenzie #856942

Tints of McKenzie #856942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

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

R = 43.75%
G = 34.54%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856942 (or 0x856942) is known color: McKenzie. HEX triplet: 85, 69 and 42. RGB value is (133,105,66). Sum of RGB (Red+Green+Blue) = 133+105+66=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #856942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856942 is #7A96BD. Grayscale: #6D6D6D. Windows color (decimal): -8033982 or 4352389. OLE color: 4352389.

HSL color Cylindrical-coordinate representation of color #856942: hue angle of 34.93º 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 #856942 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 66 -
CMYK 0 0.21 0.50 0.48
HSL 34.93º 0.34% 0.39% -
HSV(B) 34.93º 0.5% 0.52% -
XYZ 15.71 15.48 7.31 -
YUV 108.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 133 105 66 0 0.21 0.50 0.48 34.93 0.34 0.39
Hex 85 69 42 0 15 32 30 23 22 27
Octal 205 151 102 0 25 62 60 43 42 47
Binary 10000101 1101001 1000010 0 10101 110010 110000 100011 100010 100111

Color Harmonies of #856942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856942

Black with #856942

Text Example


Text Example

White with #856942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856942; }

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

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

background-color css

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

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

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

border-color css

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

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

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