Html Css Color HEX #988584 Opium

📋 copy color: '#988584'

red 152 ◦ green 133 ◦ blue 132

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

Shades of Opium #988584

Tints of Opium #988584

RGB

 RED value IS 152 (59.77% from 255) = 36.45%

 GREEN value IS 133 (52.34% from 255) = 31.89%

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 36.45%
G = 31.89%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988584 (or 0x988584) is known color: Opium. HEX triplet: 98, 85 and 84. RGB value is (152,133,132). Sum of RGB (Red+Green+Blue) = 152+133+132=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988584 is #677A7B. Grayscale: #8A8A8A. Windows color (decimal): -6781564 or 8684952. OLE color: 8684952.

HSL color Cylindrical-coordinate representation of color #988584: hue angle of 3º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988584 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 132 -
CMYK 0 0.13 0.13 0.40
HSL 0.09% 0.56% -
HSV(B) 0.13% 0.6% -
XYZ 25.5 25.12 25.33 -
YUV 138.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 152 133 132 0 0.13 0.13 0.40 3 0.09 0.56
Hex 98 85 84 0 D D 28 3 9 38
Octal 230 205 204 0 15 15 50 3 11 70
Binary 10011000 10000101 10000100 0 1101 1101 101000 11 1001 111000

Color Harmonies of #988584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988584

Black with #988584

Text Example


Text Example

White with #988584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988584; }

 p { color: rgb(152,133,132); }

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

background-color css

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

 a { background-color: rgb(152,133,132); }

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

border-color css

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

 span { border-color: rgb(152,133,132); }

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