Html Css Color HEX #856E6C Ferra

📋 copy color: '#856E6C'

red 133 ◦ green 110 ◦ blue 108

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

Shades of Ferra #856E6C

Tints of Ferra #856E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.34%

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

R = 37.89%
G = 31.34%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#856E6C (or 0x856E6C) is known color: Ferra. HEX triplet: 85, 6E and 6C. RGB value is (133,110,108). Sum of RGB (Red+Green+Blue) = 133+110+108=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E6C is #7A9193. Grayscale: #747474. Windows color (decimal): -8032660 or 7106181. OLE color: 7106181.

HSL color Cylindrical-coordinate representation of color #856E6C: hue angle of 4.8º 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 #856E6C is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 108 -
CMYK 0 0.17 0.19 0.48
HSL 4.8º 0.1% 0.47% -
HSV(B) 4.8º 0.19% 0.52% -
XYZ 17.96 17.22 16.57 -
YUV 116.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 133 110 108 0 0.17 0.19 0.48 4.8 0.1 0.47
Hex 85 6E 6C 0 11 13 30 5 A 2F
Octal 205 156 154 0 21 23 60 5 12 57
Binary 10000101 1101110 1101100 0 10001 10011 110000 101 1010 101111

Color Harmonies of #856E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E6C

Black with #856E6C

Text Example


Text Example

White with #856E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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