Html Css Color HEX #85706B Ferra

📋 copy color: '#85706B'

red 133 ◦ green 112 ◦ blue 107

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

Shades of Ferra #85706B

Tints of Ferra #85706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 37.78%
G = 31.82%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85706B (or 0x85706B) is known color: Ferra. HEX triplet: 85, 70 and 6B. RGB value is (133,112,107). Sum of RGB (Red+Green+Blue) = 133+112+107=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #85706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706B is #7A8F94. Grayscale: #757575. Windows color (decimal): -8032149 or 7041157. OLE color: 7041157.

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

Color convert

RGB 133 112 107 -
CMYK 0 0.16 0.20 0.48
HSL 11.54º 0.11% 0.47% -
HSV(B) 11.54º 0.2% 0.52% -
XYZ 18.12 17.64 16.36 -
YUV 117.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 133 112 107 0 0.16 0.20 0.48 11.54 0.11 0.47
Hex 85 70 6B 0 10 14 30 C B 2F
Octal 205 160 153 0 20 24 60 14 13 57
Binary 10000101 1110000 1101011 0 10000 10100 110000 1100 1011 101111

Color Harmonies of #85706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85706B

Black with #85706B

Text Example


Text Example

White with #85706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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