Html Css Color HEX #85706C Ferra

📋 copy color: '#85706C'

red 133 ◦ green 112 ◦ blue 108

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

Shades of Ferra #85706C

Tints of Ferra #85706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 37.68%
G = 31.73%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85706C (or 0x85706C) is known color: Ferra. HEX triplet: 85, 70 and 6C. RGB value is (133,112,108). Sum of RGB (Red+Green+Blue) = 133+112+108=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #85706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706C is #7A8F93. Grayscale: #757575. Windows color (decimal): -8032148 or 7106693. OLE color: 7106693.

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

Color convert

RGB 133 112 108 -
CMYK 0 0.16 0.19 0.48
HSL 9.6º 0.1% 0.47% -
HSV(B) 9.6º 0.19% 0.52% -
XYZ 18.17 17.66 16.64 -
YUV 117.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 133 112 108 0 0.16 0.19 0.48 9.6 0.1 0.47
Hex 85 70 6C 0 10 13 30 A A 2F
Octal 205 160 154 0 20 23 60 12 12 57
Binary 10000101 1110000 1101100 0 10000 10011 110000 1010 1010 101111

Color Harmonies of #85706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85706C

Black with #85706C

Text Example


Text Example

White with #85706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85706C; }

 p { color: rgb(133,112,108); }

 H1.HeaderClassName
 {
   color: #85706C;
 }
 .AnyTagClassName
 {
   color: #85706C;
 }
</style>

background-color css

<style>
 a { background-color: #85706C; }

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

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

border-color css

<style>
 span { border-color: #85706C; }

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

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