Html Css Color HEX #898A6A Bitter

📋 copy color: '#898A6A'

red 137 ◦ green 138 ◦ blue 106

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

Shades of Bitter #898A6A

Tints of Bitter #898A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 35.96%
G = 36.22%
B = 27.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#898A6A (or 0x898A6A) is known color: Bitter. HEX triplet: 89, 8A and 6A. RGB value is (137,138,106). Sum of RGB (Red+Green+Blue) = 137+138+106=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #898A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898A6A is #767595. Grayscale: #868686. Windows color (decimal): -7763350 or 6982281. OLE color: 6982281.

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

Color convert

RGB 137 138 106 -
CMYK 0.01 0 0.23 0.46
HSL 61.88º 0.13% 0.48% -
HSV(B) 61.88º 0.23% 0.54% -
XYZ 22.01 24.54 17.21 -
YUV 134.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 137 138 106 0.01 0 0.23 0.46 61.88 0.13 0.48
Hex 89 8A 6A 1 0 17 2E 3E D 30
Octal 211 212 152 1 0 27 56 76 15 60
Binary 10001001 10001010 1101010 1 0 10111 101110 111110 1101 110000

Color Harmonies of #898A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898A6A

Black with #898A6A

Text Example


Text Example

White with #898A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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