Html Css Color HEX #988585 Opium

📋 copy color: '#988585'

red 152 ◦ green 133 ◦ blue 133

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

Shades of Opium #988585

Tints of Opium #988585

RGB

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

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

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

R = 36.36%
G = 31.82%
B = 31.82%

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

#988585 (or 0x988585) is known color: Opium. HEX triplet: 98, 85 and 85. RGB value is (152,133,133). Sum of RGB (Red+Green+Blue) = 152+133+133=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988585 is #677A7A. Grayscale: #8A8A8A. Windows color (decimal): -6781563 or 8750488. OLE color: 8750488.

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

Color convert

RGB 152 133 133 -
CMYK 0 0.13 0.13 0.40
HSL 0.08% 0.56% -
HSV(B) 0.13% 0.6% -
XYZ 25.57 25.14 25.7 -
YUV 138.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 152 133 133 0 0.13 0.13 0.40 0 0.08 0.56
Hex 98 85 85 0 D D 28 0 8 38
Octal 230 205 205 0 15 15 50 0 10 70
Binary 10011000 10000101 10000101 0 1101 1101 101000 0 1000 111000

Color Harmonies of #988585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988585

Black with #988585

Text Example


Text Example

White with #988585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988585; }

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

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

background-color css

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

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

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

border-color css

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

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

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