Html Css Color HEX #856E69 Ferra

📋 copy color: '#856E69'

red 133 ◦ green 110 ◦ blue 105

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

Shades of Ferra #856E69

Tints of Ferra #856E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.17%

R = 38.22%
G = 31.61%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#856E69 (or 0x856E69) is known color: Ferra. HEX triplet: 85, 6E and 69. RGB value is (133,110,105). Sum of RGB (Red+Green+Blue) = 133+110+105=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E69 is #7A9196. Grayscale: #747474. Windows color (decimal): -8032663 or 6909573. OLE color: 6909573.

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

Color convert

RGB 133 110 105 -
CMYK 0 0.17 0.21 0.48
HSL 10.71º 0.12% 0.47% -
HSV(B) 10.71º 0.21% 0.52% -
XYZ 17.8 17.16 15.74 -
YUV 116.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 133 110 105 0 0.17 0.21 0.48 10.71 0.12 0.47
Hex 85 6E 69 0 11 15 30 B C 2F
Octal 205 156 151 0 21 25 60 13 14 57
Binary 10000101 1101110 1101001 0 10001 10101 110000 1011 1100 101111

Color Harmonies of #856E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E69

Black with #856E69

Text Example


Text Example

White with #856E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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