Html Css Color HEX #896867 Ferra

📋 copy color: '#896867'

red 137 ◦ green 104 ◦ blue 103

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

Shades of Ferra #896867

Tints of Ferra #896867

RGB

 RED value IS 137 (53.91% from 255) = 39.83%

 GREEN value IS 104 (41.02% from 255) = 30.23%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 39.83%
G = 30.23%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#896867 (or 0x896867) is known color: Ferra. HEX triplet: 89, 68 and 67. RGB value is (137,104,103). Sum of RGB (Red+Green+Blue) = 137+104+103=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896867 is #769798. Grayscale: #717171. Windows color (decimal): -7772057 or 6776969. OLE color: 6776969.

HSL color Cylindrical-coordinate representation of color #896867: hue angle of 1.76º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #896867 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 104 103 -
CMYK 0 0.24 0.25 0.46
HSL 1.76º 0.14% 0.47% -
HSV(B) 1.76º 0.25% 0.54% -
XYZ 17.72 16.2 15.02 -
YUV 113.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 137 104 103 0 0.24 0.25 0.46 1.76 0.14 0.47
Hex 89 68 67 0 18 19 2E 2 E 2F
Octal 211 150 147 0 30 31 56 2 16 57
Binary 10001001 1101000 1100111 0 11000 11001 101110 10 1110 101111

Color Harmonies of #896867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896867

Black with #896867

Text Example


Text Example

White with #896867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896867; }

 p { color: rgb(137,104,103); }

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

background-color css

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

 a { background-color: rgb(137,104,103); }

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

border-color css

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

 span { border-color: rgb(137,104,103); }

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