Html Css Color HEX #856742 McKenzie

📋 copy color: '#856742'

red 133 ◦ green 103 ◦ blue 66

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

Shades of McKenzie #856742

Tints of McKenzie #856742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 44.04%
G = 34.11%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856742 (or 0x856742) is known color: McKenzie. HEX triplet: 85, 67 and 42. RGB value is (133,103,66). Sum of RGB (Red+Green+Blue) = 133+103+66=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856742 is #7A98BD. Grayscale: #6B6B6B. Windows color (decimal): -8034494 or 4351877. OLE color: 4351877.

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

Color convert

RGB 133 103 66 -
CMYK 0 0.23 0.50 0.48
HSL 33.13º 0.34% 0.39% -
HSV(B) 33.13º 0.5% 0.52% -
XYZ 15.51 15.08 7.25 -
YUV 107.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 133 103 66 0 0.23 0.50 0.48 33.13 0.34 0.39
Hex 85 67 42 0 17 32 30 21 22 27
Octal 205 147 102 0 27 62 60 41 42 47
Binary 10000101 1100111 1000010 0 10111 110010 110000 100001 100010 100111

Color Harmonies of #856742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856742

Black with #856742

Text Example


Text Example

White with #856742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856742; }

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

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

background-color css

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

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

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

border-color css

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

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

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