Html Css Color HEX #897169 Ferra

📋 copy color: '#897169'

red 137 ◦ green 113 ◦ blue 105

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

Shades of Ferra #897169

Tints of Ferra #897169

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 38.59%
G = 31.83%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#897169 (or 0x897169) is known color: Ferra. HEX triplet: 89, 71 and 69. RGB value is (137,113,105). Sum of RGB (Red+Green+Blue) = 137+113+105=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #897169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897169 is #768E96. Grayscale: #777777. Windows color (decimal): -7769751 or 6910345. OLE color: 6910345.

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

Color convert

RGB 137 113 105 -
CMYK 0 0.18 0.23 0.46
HSL 15º 0.13% 0.47% -
HSV(B) 15º 0.23% 0.54% -
XYZ 18.77 18.15 15.88 -
YUV 119.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 137 113 105 0 0.18 0.23 0.46 15 0.13 0.47
Hex 89 71 69 0 12 17 2E F D 2F
Octal 211 161 151 0 22 27 56 17 15 57
Binary 10001001 1110001 1101001 0 10010 10111 101110 1111 1101 101111

Color Harmonies of #897169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897169

Black with #897169

Text Example


Text Example

White with #897169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897169; }

 p { color: rgb(137,113,105); }

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

background-color css

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

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

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

border-color css

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

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

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