Html Css Color HEX #998584 Opium

📋 copy color: '#998584'

red 153 ◦ green 133 ◦ blue 132

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

Shades of Opium #998584

Tints of Opium #998584

RGB

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

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

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

R = 36.6%
G = 31.82%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#998584 (or 0x998584) is known color: Opium. HEX triplet: 99, 85 and 84. RGB value is (153,133,132). Sum of RGB (Red+Green+Blue) = 153+133+132=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998584 is #667A7B. Grayscale: #8A8A8A. Windows color (decimal): -6716028 or 8684953. OLE color: 8684953.

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

Color convert

RGB 153 133 132 -
CMYK 0 0.13 0.14 0.4
HSL 2.86º 0.09% 0.56% -
HSV(B) 2.86º 0.14% 0.6% -
XYZ 25.69 25.21 25.34 -
YUV 138.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 153 133 132 0 0.13 0.14 0.4 2.86 0.09 0.56
Hex 99 85 84 0 D E 28 3 9 38
Octal 231 205 204 0 15 16 50 3 11 70
Binary 10011001 10000101 10000100 0 1101 1110 101000 11 1001 111000

Color Harmonies of #998584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998584

Black with #998584

Text Example


Text Example

White with #998584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998584; }

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

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

background-color css

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

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

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

border-color css

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

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

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