Html Css Color HEX #896A66 Ferra

📋 copy color: '#896A66'

red 137 ◦ green 106 ◦ blue 102

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

Shades of Ferra #896A66

Tints of Ferra #896A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 39.71%
G = 30.72%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896A66 (or 0x896A66) is known color: Ferra. HEX triplet: 89, 6A and 66. RGB value is (137,106,102). Sum of RGB (Red+Green+Blue) = 137+106+102=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #896A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A66 is #769599. Grayscale: #727272. Windows color (decimal): -7771546 or 6711945. OLE color: 6711945.

HSL color Cylindrical-coordinate representation of color #896A66: hue angle of 6.86º 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 #896A66 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 106 102 -
CMYK 0 0.23 0.26 0.46
HSL 6.86º 0.15% 0.47% -
HSV(B) 6.86º 0.26% 0.54% -
XYZ 17.87 16.59 14.83 -
YUV 114.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 137 106 102 0 0.23 0.26 0.46 6.86 0.15 0.47
Hex 89 6A 66 0 17 1A 2E 7 F 2F
Octal 211 152 146 0 27 32 56 7 17 57
Binary 10001001 1101010 1100110 0 10111 11010 101110 111 1111 101111

Color Harmonies of #896A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A66

Black with #896A66

Text Example


Text Example

White with #896A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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