Html Css Color HEX #856F6D Ferra

📋 copy color: '#856F6D'

red 133 ◦ green 111 ◦ blue 109

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

Shades of Ferra #856F6D

Tints of Ferra #856F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 37.68%
G = 31.44%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#856F6D (or 0x856F6D) is known color: Ferra. HEX triplet: 85, 6F and 6D. RGB value is (133,111,109). Sum of RGB (Red+Green+Blue) = 133+111+109=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F6D is #7A9092. Grayscale: #757575. Windows color (decimal): -8032403 or 7171973. OLE color: 7171973.

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

Color convert

RGB 133 111 109 -
CMYK 0 0.17 0.18 0.48
HSL 0.1% 0.47% -
HSV(B) 0.18% 0.52% -
XYZ 18.12 17.46 16.88 -
YUV 117.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 133 111 109 0 0.17 0.18 0.48 5 0.1 0.47
Hex 85 6F 6D 0 11 12 30 5 A 2F
Octal 205 157 155 0 21 22 60 5 12 57
Binary 10000101 1101111 1101101 0 10001 10010 110000 101 1010 101111

Color Harmonies of #856F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F6D

Black with #856F6D

Text Example


Text Example

White with #856F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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