Html Css Color HEX #99817F Opium

📋 copy color: '#99817F'

red 153 ◦ green 129 ◦ blue 127

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

Shades of Opium #99817F

Tints of Opium #99817F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.05%

R = 37.41%
G = 31.54%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99817F (or 0x99817F) is known color: Opium. HEX triplet: 99, 81 and 7F. RGB value is (153,129,127). Sum of RGB (Red+Green+Blue) = 153+129+127=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99817F is #667E80. Grayscale: #878787. Windows color (decimal): -6717057 or 8356249. OLE color: 8356249.

HSL color Cylindrical-coordinate representation of color #99817F: hue angle of 4.62º 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 #99817F is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 127 -
CMYK 0 0.16 0.17 0.4
HSL 4.62º 0.11% 0.55% -
HSV(B) 4.62º 0.17% 0.6% -
XYZ 24.82 24.01 23.4 -
YUV 135.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 153 129 127 0 0.16 0.17 0.4 4.62 0.11 0.55
Hex 99 81 7F 0 10 11 28 5 B 37
Octal 231 201 177 0 20 21 50 5 13 67
Binary 10011001 10000001 1111111 0 10000 10001 101000 101 1011 110111

Color Harmonies of #99817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99817F

Black with #99817F

Text Example


Text Example

White with #99817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99817F; }

 p { color: rgb(153,129,127); }

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

background-color css

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

 a { background-color: rgb(153,129,127); }

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

border-color css

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

 span { border-color: rgb(153,129,127); }

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