Html Css Color HEX #856968 Ferra

📋 copy color: '#856968'

red 133 ◦ green 105 ◦ blue 104

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

Shades of Ferra #856968

Tints of Ferra #856968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 38.89%
G = 30.7%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#856968 (or 0x856968) is known color: Ferra. HEX triplet: 85, 69 and 68. RGB value is (133,105,104). Sum of RGB (Red+Green+Blue) = 133+105+104=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856968 is #7A9697. Grayscale: #717171. Windows color (decimal): -8033944 or 6842757. OLE color: 6842757.

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

Color convert

RGB 133 105 104 -
CMYK 0 0.21 0.22 0.48
HSL 2.07º 0.12% 0.46% -
HSV(B) 2.07º 0.22% 0.52% -
XYZ 17.22 16.09 15.29 -
YUV 113.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 133 105 104 0 0.21 0.22 0.48 2.07 0.12 0.46
Hex 85 69 68 0 15 16 30 2 C 2E
Octal 205 151 150 0 25 26 60 2 14 56
Binary 10000101 1101001 1101000 0 10101 10110 110000 10 1100 101110

Color Harmonies of #856968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856968

Black with #856968

Text Example


Text Example

White with #856968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856968; }

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

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

background-color css

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

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

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

border-color css

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

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

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