Html Css Color HEX #856969 Ferra

📋 copy color: '#856969'

red 133 ◦ green 105 ◦ blue 105

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

Shades of Ferra #856969

Tints of Ferra #856969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.61%

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

R = 38.78%
G = 30.61%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#856969 (or 0x856969) is known color: Ferra. HEX triplet: 85, 69 and 69. RGB value is (133,105,105). Sum of RGB (Red+Green+Blue) = 133+105+105=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #856969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856969 is #7A9696. Grayscale: #717171. Windows color (decimal): -8033943 or 6908293. OLE color: 6908293.

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

Color convert

RGB 133 105 105 -
CMYK 0 0.21 0.21 0.48
HSL 0.12% 0.47% -
HSV(B) 0.21% 0.52% -
XYZ 17.27 16.11 15.56 -
YUV 113.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 133 105 105 0 0.21 0.21 0.48 0 0.12 0.47
Hex 85 69 69 0 15 15 30 0 C 2F
Octal 205 151 151 0 25 25 60 0 14 57
Binary 10000101 1101001 1101001 0 10101 10101 110000 0 1100 101111

Color Harmonies of #856969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856969

Black with #856969

Text Example


Text Example

White with #856969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856969; }

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

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

background-color css

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

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

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

border-color css

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

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

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