Html Css Color HEX #98817E Opium

📋 copy color: '#98817E'

red 152 ◦ green 129 ◦ blue 126

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

Shades of Opium #98817E

Tints of Opium #98817E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 37.35%
G = 31.7%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98817E (or 0x98817E) is known color: Opium. HEX triplet: 98, 81 and 7E. RGB value is (152,129,126). Sum of RGB (Red+Green+Blue) = 152+129+126=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98817E is #677E81. Grayscale: #878787. Windows color (decimal): -6782594 or 8290712. OLE color: 8290712.

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

Color convert

RGB 152 129 126 -
CMYK 0 0.15 0.17 0.40
HSL 6.92º 0.11% 0.55% -
HSV(B) 6.92º 0.17% 0.6% -
XYZ 24.57 23.88 23.05 -
YUV 135.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 152 129 126 0 0.15 0.17 0.40 6.92 0.11 0.55
Hex 98 81 7E 0 F 11 28 7 B 37
Octal 230 201 176 0 17 21 50 7 13 67
Binary 10011000 10000001 1111110 0 1111 10001 101000 111 1011 110111

Color Harmonies of #98817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98817E

Black with #98817E

Text Example


Text Example

White with #98817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98817E; }

 p { color: rgb(152,129,126); }

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

background-color css

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

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

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

border-color css

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

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

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