Html Css Color HEX #896C6B Ferra

📋 copy color: '#896C6B'

red 137 ◦ green 108 ◦ blue 107

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

Shades of Ferra #896C6B

Tints of Ferra #896C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 38.92%
G = 30.68%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#896C6B (or 0x896C6B) is known color: Ferra. HEX triplet: 89, 6C and 6B. RGB value is (137,108,107). Sum of RGB (Red+Green+Blue) = 137+108+107=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C6B is #769394. Grayscale: #747474. Windows color (decimal): -7771029 or 7040137. OLE color: 7040137.

HSL color Cylindrical-coordinate representation of color #896C6B: hue angle of 2º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896C6B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 107 -
CMYK 0 0.21 0.22 0.46
HSL 0.12% 0.48% -
HSV(B) 0.22% 0.54% -
XYZ 18.33 17.11 16.25 -
YUV 116.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 137 108 107 0 0.21 0.22 0.46 2 0.12 0.48
Hex 89 6C 6B 0 15 16 2E 2 C 30
Octal 211 154 153 0 25 26 56 2 14 60
Binary 10001001 1101100 1101011 0 10101 10110 101110 10 1100 110000

Color Harmonies of #896C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C6B

Black with #896C6B

Text Example


Text Example

White with #896C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,108,107); }

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

background-color css

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

 a { background-color: rgb(137,108,107); }

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

border-color css

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

 span { border-color: rgb(137,108,107); }

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