Html Css Color HEX #896D66 Ferra

📋 copy color: '#896D66'

red 137 ◦ green 109 ◦ blue 102

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

Shades of Ferra #896D66

Tints of Ferra #896D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 39.37%
G = 31.32%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896D66 (or 0x896D66) is known color: Ferra. HEX triplet: 89, 6D and 66. RGB value is (137,109,102). Sum of RGB (Red+Green+Blue) = 137+109+102=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #896D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D66 is #769299. Grayscale: #747474. Windows color (decimal): -7770778 or 6712713. OLE color: 6712713.

HSL color Cylindrical-coordinate representation of color #896D66: hue angle of 12º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896D66 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 102 -
CMYK 0 0.20 0.26 0.46
HSL 12º 0.15% 0.47% -
HSV(B) 12º 0.26% 0.54% -
XYZ 18.18 17.21 14.93 -
YUV 116.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 137 109 102 0 0.20 0.26 0.46 12 0.15 0.47
Hex 89 6D 66 0 14 1A 2E C F 2F
Octal 211 155 146 0 24 32 56 14 17 57
Binary 10001001 1101101 1100110 0 10100 11010 101110 1100 1111 101111

Color Harmonies of #896D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D66

Black with #896D66

Text Example


Text Example

White with #896D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896D66; }

 p { color: rgb(137,109,102); }

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

background-color css

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

 a { background-color: rgb(137,109,102); }

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

border-color css

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

 span { border-color: rgb(137,109,102); }

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