Html Css Color HEX #998582 Opium

📋 copy color: '#998582'

red 153 ◦ green 133 ◦ blue 130

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

Shades of Opium #998582

Tints of Opium #998582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 36.78%
G = 31.97%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#998582 (or 0x998582) is known color: Opium. HEX triplet: 99, 85 and 82. RGB value is (153,133,130). Sum of RGB (Red+Green+Blue) = 153+133+130=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #998582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998582 is #667A7D. Grayscale: #8A8A8A. Windows color (decimal): -6716030 or 8553881. OLE color: 8553881.

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

Color convert

RGB 153 133 130 -
CMYK 0 0.13 0.15 0.4
HSL 7.83º 0.1% 0.55% -
HSV(B) 7.83º 0.15% 0.6% -
XYZ 25.55 25.16 24.63 -
YUV 138.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 153 133 130 0 0.13 0.15 0.4 7.83 0.1 0.55
Hex 99 85 82 0 D F 28 8 A 37
Octal 231 205 202 0 15 17 50 10 12 67
Binary 10011001 10000101 10000010 0 1101 1111 101000 1000 1010 110111

Color Harmonies of #998582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998582

Black with #998582

Text Example


Text Example

White with #998582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998582; }

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

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

background-color css

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

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

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

border-color css

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

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

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