Html Css Color HEX #856E68 Ferra

📋 copy color: '#856E68'

red 133 ◦ green 110 ◦ blue 104

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

Shades of Ferra #856E68

Tints of Ferra #856E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 38.33%
G = 31.7%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#856E68 (or 0x856E68) is known color: Ferra. HEX triplet: 85, 6E and 68. RGB value is (133,110,104). Sum of RGB (Red+Green+Blue) = 133+110+104=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E68 is #7A9197. Grayscale: #747474. Windows color (decimal): -8032664 or 6844037. OLE color: 6844037.

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

Color convert

RGB 133 110 104 -
CMYK 0 0.17 0.22 0.48
HSL 12.41º 0.12% 0.46% -
HSV(B) 12.41º 0.22% 0.52% -
XYZ 17.75 17.14 15.47 -
YUV 116.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 133 110 104 0 0.17 0.22 0.48 12.41 0.12 0.46
Hex 85 6E 68 0 11 16 30 C C 2E
Octal 205 156 150 0 21 26 60 14 14 56
Binary 10000101 1101110 1101000 0 10001 10110 110000 1100 1100 101110

Color Harmonies of #856E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E68

Black with #856E68

Text Example


Text Example

White with #856E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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