Html Css Color HEX #856D6C Ferra

📋 copy color: '#856D6C'

red 133 ◦ green 109 ◦ blue 108

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

Shades of Ferra #856D6C

Tints of Ferra #856D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 38%
G = 31.14%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#856D6C (or 0x856D6C) is known color: Ferra. HEX triplet: 85, 6D and 6C. RGB value is (133,109,108). Sum of RGB (Red+Green+Blue) = 133+109+108=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D6C is #7A9293. Grayscale: #747474. Windows color (decimal): -8032916 or 7105925. OLE color: 7105925.

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

Color convert

RGB 133 109 108 -
CMYK 0 0.18 0.19 0.48
HSL 2.4º 0.1% 0.47% -
HSV(B) 2.4º 0.19% 0.52% -
XYZ 17.85 17.01 16.53 -
YUV 116.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 133 109 108 0 0.18 0.19 0.48 2.4 0.1 0.47
Hex 85 6D 6C 0 12 13 30 2 A 2F
Octal 205 155 154 0 22 23 60 2 12 57
Binary 10000101 1101101 1101100 0 10010 10011 110000 10 1010 101111

Color Harmonies of #856D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D6C

Black with #856D6C

Text Example


Text Example

White with #856D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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