Html Css Color HEX #856A5B Roman Coffee

📋 copy color: '#856A5B'

red 133 ◦ green 106 ◦ blue 91

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

Shades of Roman Coffee #856A5B

Tints of Roman Coffee #856A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 40.3%
G = 32.12%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#856A5B (or 0x856A5B) is known color: Roman Coffee. HEX triplet: 85, 6A and 5B. RGB value is (133,106,91). Sum of RGB (Red+Green+Blue) = 133+106+91=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A5B is #7A95A4. Grayscale: #707070. Windows color (decimal): -8033701 or 5991045. OLE color: 5991045.

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

Color convert

RGB 133 106 91 -
CMYK 0 0.20 0.32 0.48
HSL 21.43º 0.19% 0.44% -
HSV(B) 21.43º 0.32% 0.52% -
XYZ 16.72 16.05 12.11 -
YUV 112.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 133 106 91 0 0.20 0.32 0.48 21.43 0.19 0.44
Hex 85 6A 5B 0 14 20 30 15 13 2C
Octal 205 152 133 0 24 40 60 25 23 54
Binary 10000101 1101010 1011011 0 10100 100000 110000 10101 10011 101100

Color Harmonies of #856A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A5B

Black with #856A5B

Text Example


Text Example

White with #856A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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