Html Css Color HEX #856C3E McKenzie

📋 copy color: '#856C3E'

red 133 ◦ green 108 ◦ blue 62

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

Shades of McKenzie #856C3E

Tints of McKenzie #856C3E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 43.89%
G = 35.64%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#856C3E (or 0x856C3E) is known color: McKenzie. HEX triplet: 85, 6C and 3E. RGB value is (133,108,62). Sum of RGB (Red+Green+Blue) = 133+108+62=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C3E is #7A93C1. Grayscale: #6E6E6E. Windows color (decimal): -8033218 or 4091013. OLE color: 4091013.

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

Color convert

RGB 133 108 62 -
CMYK 0 0.19 0.53 0.48
HSL 38.87º 0.36% 0.38% -
HSV(B) 38.87º 0.53% 0.52% -
XYZ 15.9 16.06 6.82 -
YUV 110.23 100.78 144.24 -
System Red Green Blue C M Y K H S L
Decimal 133 108 62 0 0.19 0.53 0.48 38.87 0.36 0.38
Hex 85 6C 3E 0 13 35 30 27 24 26
Octal 205 154 76 0 23 65 60 47 44 46
Binary 10000101 1101100 111110 0 10011 110101 110000 100111 100100 100110

Color Harmonies of #856C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C3E

Black with #856C3E

Text Example


Text Example

White with #856C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,62); }

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

background-color css

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

 a { background-color: rgb(133,108,62); }

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

border-color css

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

 span { border-color: rgb(133,108,62); }

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