Html Css Color HEX #856A3E McKenzie

📋 copy color: '#856A3E'

red 133 ◦ green 106 ◦ blue 62

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

Shades of McKenzie #856A3E

Tints of McKenzie #856A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

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

R = 44.19%
G = 35.22%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#856A3E (or 0x856A3E) is known color: McKenzie. HEX triplet: 85, 6A and 3E. RGB value is (133,106,62). Sum of RGB (Red+Green+Blue) = 133+106+62=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A3E is #7A95C1. Grayscale: #6D6D6D. Windows color (decimal): -8033730 or 4090501. OLE color: 4090501.

HSL color Cylindrical-coordinate representation of color #856A3E: hue angle of 37.18º 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 #856A3E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 62 -
CMYK 0 0.20 0.53 0.48
HSL 37.18º 0.36% 0.38% -
HSV(B) 37.18º 0.53% 0.52% -
XYZ 15.7 15.64 6.75 -
YUV 109.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 133 106 62 0 0.20 0.53 0.48 37.18 0.36 0.38
Hex 85 6A 3E 0 14 35 30 25 24 26
Octal 205 152 76 0 24 65 60 45 44 46
Binary 10000101 1101010 111110 0 10100 110101 110000 100101 100100 100110

Color Harmonies of #856A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A3E

Black with #856A3E

Text Example


Text Example

White with #856A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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