Html Css Color HEX #856F6C Ferra

📋 copy color: '#856F6C'

red 133 ◦ green 111 ◦ blue 108

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

Shades of Ferra #856F6C

Tints of Ferra #856F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 37.78%
G = 31.53%
B = 30.68%

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

#856F6C (or 0x856F6C) is known color: Ferra. HEX triplet: 85, 6F and 6C. RGB value is (133,111,108). Sum of RGB (Red+Green+Blue) = 133+111+108=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F6C is #7A9093. Grayscale: #757575. Windows color (decimal): -8032404 or 7106437. OLE color: 7106437.

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

Color convert

RGB 133 111 108 -
CMYK 0 0.17 0.19 0.48
HSL 7.2º 0.1% 0.47% -
HSV(B) 7.2º 0.19% 0.52% -
XYZ 18.06 17.44 16.6 -
YUV 117.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 133 111 108 0 0.17 0.19 0.48 7.2 0.1 0.47
Hex 85 6F 6C 0 11 13 30 7 A 2F
Octal 205 157 154 0 21 23 60 7 12 57
Binary 10000101 1101111 1101100 0 10001 10011 110000 111 1010 101111

Color Harmonies of #856F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F6C

Black with #856F6C

Text Example


Text Example

White with #856F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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