Html Css Color HEX #856E6D Ferra

📋 copy color: '#856E6D'

red 133 ◦ green 110 ◦ blue 109

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

Shades of Ferra #856E6D

Tints of Ferra #856E6D

RGB

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

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

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

R = 37.78%
G = 31.25%
B = 30.97%

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

#856E6D (or 0x856E6D) is known color: Ferra. HEX triplet: 85, 6E and 6D. RGB value is (133,110,109). Sum of RGB (Red+Green+Blue) = 133+110+109=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E6D is #7A9192. Grayscale: #747474. Windows color (decimal): -8032659 or 7171717. OLE color: 7171717.

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

Color convert

RGB 133 110 109 -
CMYK 0 0.17 0.18 0.48
HSL 2.5º 0.1% 0.47% -
HSV(B) 2.5º 0.18% 0.52% -
XYZ 18.01 17.24 16.85 -
YUV 116.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 133 110 109 0 0.17 0.18 0.48 2.5 0.1 0.47
Hex 85 6E 6D 0 11 12 30 2 A 2F
Octal 205 156 155 0 21 22 60 2 12 57
Binary 10000101 1101110 1101101 0 10001 10010 110000 10 1010 101111

Color Harmonies of #856E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E6D

Black with #856E6D

Text Example


Text Example

White with #856E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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