Html Css Color HEX #9F8B89 Opium

📋 copy color: '#9F8B89'

red 159 ◦ green 139 ◦ blue 137

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

Shades of Opium #9F8B89

Tints of Opium #9F8B89

RGB

 RED value IS 159 (62.5% from 255) = 36.55%

 GREEN value IS 139 (54.69% from 255) = 31.95%

 BLUE value IS 137 (53.91% from 255) = 31.49%

R = 36.55%
G = 31.95%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F8B89 (or 0x9F8B89) is known color: Opium. HEX triplet: 9F, 8B and 89. RGB value is (159,139,137). Sum of RGB (Red+Green+Blue) = 159+139+137=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8B89 is #607476. Grayscale: #909090. Windows color (decimal): -6321271 or 9014175. OLE color: 9014175.

HSL color Cylindrical-coordinate representation of color #9F8B89: hue angle of 5.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8B89 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 139 137 -
CMYK 0 0.13 0.14 0.38
HSL 5.45º 0.1% 0.58% -
HSV(B) 5.45º 0.14% 0.62% -
XYZ 28.05 27.64 27.52 -
YUV 144.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 159 139 137 0 0.13 0.14 0.38 5.45 0.1 0.58
Hex 9F 8B 89 0 D E 26 5 A 3A
Octal 237 213 211 0 15 16 46 5 12 72
Binary 10011111 10001011 10001001 0 1101 1110 100110 101 1010 111010

Color Harmonies of #9F8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8B89

Black with #9F8B89

Text Example


Text Example

White with #9F8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8B89; }

 p { color: rgb(159,139,137); }

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

background-color css

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

 a { background-color: rgb(159,139,137); }

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

border-color css

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

 span { border-color: rgb(159,139,137); }

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