Html Css Color HEX #857069 Ferra

📋 copy color: '#857069'

red 133 ◦ green 112 ◦ blue 105

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

Shades of Ferra #857069

Tints of Ferra #857069

RGB

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

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

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

R = 38%
G = 32%
B = 30%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#857069 (or 0x857069) is known color: Ferra. HEX triplet: 85, 70 and 69. RGB value is (133,112,105). Sum of RGB (Red+Green+Blue) = 133+112+105=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857069 is #7A8F96. Grayscale: #757575. Windows color (decimal): -8032151 or 6910085. OLE color: 6910085.

HSL color Cylindrical-coordinate representation of color #857069: hue angle of 15º 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 #857069 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 105 -
CMYK 0 0.16 0.21 0.48
HSL 15º 0.12% 0.47% -
HSV(B) 15º 0.21% 0.52% -
XYZ 18.02 17.59 15.81 -
YUV 117.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 133 112 105 0 0.16 0.21 0.48 15 0.12 0.47
Hex 85 70 69 0 10 15 30 F C 2F
Octal 205 160 151 0 20 25 60 17 14 57
Binary 10000101 1110000 1101001 0 10000 10101 110000 1111 1100 101111

Color Harmonies of #857069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857069

Black with #857069

Text Example


Text Example

White with #857069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857069; }

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

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

background-color css

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

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

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

border-color css

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

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

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