Html Css Color HEX #998280 Opium

📋 copy color: '#998280'

red 153 ◦ green 130 ◦ blue 128

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

Shades of Opium #998280

Tints of Opium #998280

RGB

 RED value IS 153 (60.16% from 255) = 37.23%

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 37.23%
G = 31.63%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#998280 (or 0x998280) is known color: Opium. HEX triplet: 99, 82 and 80. RGB value is (153,130,128). Sum of RGB (Red+Green+Blue) = 153+130+128=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998280 is #667D7F. Grayscale: #888888. Windows color (decimal): -6716800 or 8422041. OLE color: 8422041.

HSL color Cylindrical-coordinate representation of color #998280: hue angle of 4.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998280 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 128 -
CMYK 0 0.15 0.16 0.4
HSL 4.8º 0.11% 0.55% -
HSV(B) 4.8º 0.16% 0.6% -
XYZ 25.02 24.3 23.79 -
YUV 136.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 153 130 128 0 0.15 0.16 0.4 4.8 0.11 0.55
Hex 99 82 80 0 F 10 28 5 B 37
Octal 231 202 200 0 17 20 50 5 13 67
Binary 10011001 10000010 10000000 0 1111 10000 101000 101 1011 110111

Color Harmonies of #998280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998280

Black with #998280

Text Example


Text Example

White with #998280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998280; }

 p { color: rgb(153,130,128); }

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

background-color css

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

 a { background-color: rgb(153,130,128); }

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

border-color css

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

 span { border-color: rgb(153,130,128); }

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