Html Css Color HEX #856B3C McKenzie

📋 copy color: '#856B3C'

red 133 ◦ green 107 ◦ blue 60

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

Shades of McKenzie #856B3C

Tints of McKenzie #856B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 60 (23.83% from 255) = 20%

R = 44.33%
G = 35.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#856B3C (or 0x856B3C) is known color: McKenzie. HEX triplet: 85, 6B and 3C. RGB value is (133,107,60). Sum of RGB (Red+Green+Blue) = 133+107+60=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B3C is #7A94C3. Grayscale: #6D6D6D. Windows color (decimal): -8033476 or 3959685. OLE color: 3959685.

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

Color convert

RGB 133 107 60 -
CMYK 0 0.20 0.55 0.48
HSL 38.63º 0.38% 0.38% -
HSV(B) 38.63º 0.55% 0.52% -
XYZ 15.75 15.83 6.5 -
YUV 109.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 133 107 60 0 0.20 0.55 0.48 38.63 0.38 0.38
Hex 85 6B 3C 0 14 37 30 27 26 26
Octal 205 153 74 0 24 67 60 47 46 46
Binary 10000101 1101011 111100 0 10100 110111 110000 100111 100110 100110

Color Harmonies of #856B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B3C

Black with #856B3C

Text Example


Text Example

White with #856B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,107,60); }

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

background-color css

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

 a { background-color: rgb(133,107,60); }

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

border-color css

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

 span { border-color: rgb(133,107,60); }

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