Html Css Color HEX #897068 Ferra

📋 copy color: '#897068'

red 137 ◦ green 112 ◦ blue 104

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

Shades of Ferra #897068

Tints of Ferra #897068

RGB

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

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

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

R = 38.81%
G = 31.73%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#897068 (or 0x897068) is known color: Ferra. HEX triplet: 89, 70 and 68. RGB value is (137,112,104). Sum of RGB (Red+Green+Blue) = 137+112+104=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #897068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897068 is #768F97. Grayscale: #767676. Windows color (decimal): -7770008 or 6844553. OLE color: 6844553.

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

Color convert

RGB 137 112 104 -
CMYK 0 0.18 0.24 0.46
HSL 14.55º 0.14% 0.47% -
HSV(B) 14.55º 0.24% 0.54% -
XYZ 18.61 17.91 15.57 -
YUV 118.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 137 112 104 0 0.18 0.24 0.46 14.55 0.14 0.47
Hex 89 70 68 0 12 18 2E F E 2F
Octal 211 160 150 0 22 30 56 17 16 57
Binary 10001001 1110000 1101000 0 10010 11000 101110 1111 1110 101111

Color Harmonies of #897068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897068

Black with #897068

Text Example


Text Example

White with #897068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897068; }

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

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

background-color css

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

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

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

border-color css

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

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

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