Html Css Color HEX #856C64 Russett

📋 copy color: '#856C64'

red 133 ◦ green 108 ◦ blue 100

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

Shades of Russett #856C64

Tints of Russett #856C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 39%
G = 31.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#856C64 (or 0x856C64) is known color: Russett. HEX triplet: 85, 6C and 64. RGB value is (133,108,100). Sum of RGB (Red+Green+Blue) = 133+108+100=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #856C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C64 is #7A939B. Grayscale: #727272. Windows color (decimal): -8033180 or 6581381. OLE color: 6581381.

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

Color convert

RGB 133 108 100 -
CMYK 0 0.19 0.25 0.48
HSL 14.55º 0.14% 0.46% -
HSV(B) 14.55º 0.25% 0.52% -
XYZ 17.34 16.63 14.35 -
YUV 114.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 133 108 100 0 0.19 0.25 0.48 14.55 0.14 0.46
Hex 85 6C 64 0 13 19 30 F E 2E
Octal 205 154 144 0 23 31 60 17 16 56
Binary 10000101 1101100 1100100 0 10011 11001 110000 1111 1110 101110

Color Harmonies of #856C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C64

Black with #856C64

Text Example


Text Example

White with #856C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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