Html Css Color HEX #856D3D McKenzie

📋 copy color: '#856D3D'

red 133 ◦ green 109 ◦ blue 61

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

Shades of McKenzie #856D3D

Tints of McKenzie #856D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 43.89%
G = 35.97%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#856D3D (or 0x856D3D) is known color: McKenzie. HEX triplet: 85, 6D and 3D. RGB value is (133,109,61). Sum of RGB (Red+Green+Blue) = 133+109+61=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D3D is #7A92C2. Grayscale: #6E6E6E. Windows color (decimal): -8032963 or 4025733. OLE color: 4025733.

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

Color convert

RGB 133 109 61 -
CMYK 0 0.18 0.54 0.48
HSL 40º 0.37% 0.38% -
HSV(B) 40º 0.54% 0.52% -
XYZ 15.98 16.26 6.71 -
YUV 110.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 133 109 61 0 0.18 0.54 0.48 40 0.37 0.38
Hex 85 6D 3D 0 12 36 30 28 25 26
Octal 205 155 75 0 22 66 60 50 45 46
Binary 10000101 1101101 111101 0 10010 110110 110000 101000 100101 100110

Color Harmonies of #856D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D3D

Black with #856D3D

Text Example


Text Example

White with #856D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,61); }

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

background-color css

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

 a { background-color: rgb(133,109,61); }

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

border-color css

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

 span { border-color: rgb(133,109,61); }

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