Html Css Color HEX #856F6F Ferra

📋 copy color: '#856F6F'

red 133 ◦ green 111 ◦ blue 111

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

Shades of Ferra #856F6F

Tints of Ferra #856F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 37.46%
G = 31.27%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#856F6F (or 0x856F6F) is known color: Ferra. HEX triplet: 85, 6F and 6F. RGB value is (133,111,111). Sum of RGB (Red+Green+Blue) = 133+111+111=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F6F is #7A9090. Grayscale: #757575. Windows color (decimal): -8032401 or 7303045. OLE color: 7303045.

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

Color convert

RGB 133 111 111 -
CMYK 0 0.17 0.17 0.48
HSL 0.09% 0.48% -
HSV(B) 0.17% 0.52% -
XYZ 18.23 17.5 17.46 -
YUV 117.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 133 111 111 0 0.17 0.17 0.48 0 0.09 0.48
Hex 85 6F 6F 0 11 11 30 0 9 30
Octal 205 157 157 0 21 21 60 0 11 60
Binary 10000101 1101111 1101111 0 10001 10001 110000 0 1001 110000

Color Harmonies of #856F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F6F

Black with #856F6F

Text Example


Text Example

White with #856F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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