Html Css Color HEX #896766 Ferra

📋 copy color: '#896766'

red 137 ◦ green 103 ◦ blue 102

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

Shades of Ferra #896766

Tints of Ferra #896766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

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

R = 40.06%
G = 30.12%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896766 (or 0x896766) is known color: Ferra. HEX triplet: 89, 67 and 66. RGB value is (137,103,102). Sum of RGB (Red+Green+Blue) = 137+103+102=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896766 is #769899. Grayscale: #717171. Windows color (decimal): -7772314 or 6711177. OLE color: 6711177.

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

Color convert

RGB 137 103 102 -
CMYK 0 0.25 0.26 0.46
HSL 1.71º 0.15% 0.47% -
HSV(B) 1.71º 0.26% 0.54% -
XYZ 17.57 15.98 14.73 -
YUV 113.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 137 103 102 0 0.25 0.26 0.46 1.71 0.15 0.47
Hex 89 67 66 0 19 1A 2E 2 F 2F
Octal 211 147 146 0 31 32 56 2 17 57
Binary 10001001 1100111 1100110 0 11001 11010 101110 10 1111 101111

Color Harmonies of #896766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896766

Black with #896766

Text Example


Text Example

White with #896766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896766; }

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

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

background-color css

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

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

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

border-color css

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

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

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