Html Css Color HEX #98817D Opium

📋 copy color: '#98817D'

red 152 ◦ green 129 ◦ blue 125

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

Shades of Opium #98817D

Tints of Opium #98817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 37.44%
G = 31.77%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98817D (or 0x98817D) is known color: Opium. HEX triplet: 98, 81 and 7D. RGB value is (152,129,125). Sum of RGB (Red+Green+Blue) = 152+129+125=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98817D is #677E82. Grayscale: #878787. Windows color (decimal): -6782595 or 8225176. OLE color: 8225176.

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

Color convert

RGB 152 129 125 -
CMYK 0 0.15 0.18 0.40
HSL 8.89º 0.12% 0.54% -
HSV(B) 8.89º 0.18% 0.6% -
XYZ 24.5 23.86 22.72 -
YUV 135.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 152 129 125 0 0.15 0.18 0.40 8.89 0.12 0.54
Hex 98 81 7D 0 F 12 28 9 C 36
Octal 230 201 175 0 17 22 50 11 14 66
Binary 10011000 10000001 1111101 0 1111 10010 101000 1001 1100 110110

Color Harmonies of #98817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98817D

Black with #98817D

Text Example


Text Example

White with #98817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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