Html Css Color HEX #856941 McKenzie

📋 copy color: '#856941'

red 133 ◦ green 105 ◦ blue 65

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

Shades of McKenzie #856941

Tints of McKenzie #856941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 43.89%
G = 34.65%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#856941 (or 0x856941) is known color: McKenzie. HEX triplet: 85, 69 and 41. RGB value is (133,105,65). Sum of RGB (Red+Green+Blue) = 133+105+65=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856941 is #7A96BE. Grayscale: #6D6D6D. Windows color (decimal): -8033983 or 4286853. OLE color: 4286853.

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

Color convert

RGB 133 105 65 -
CMYK 0 0.21 0.51 0.48
HSL 35.29º 0.34% 0.39% -
HSV(B) 35.29º 0.51% 0.52% -
XYZ 15.68 15.47 7.16 -
YUV 108.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 133 105 65 0 0.21 0.51 0.48 35.29 0.34 0.39
Hex 85 69 41 0 15 33 30 23 22 27
Octal 205 151 101 0 25 63 60 43 42 47
Binary 10000101 1101001 1000001 0 10101 110011 110000 100011 100010 100111

Color Harmonies of #856941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856941

Black with #856941

Text Example


Text Example

White with #856941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856941; }

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

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

background-color css

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

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

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

border-color css

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

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

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