Html Css Color HEX #99827F Opium

📋 copy color: '#99827F'

red 153 ◦ green 130 ◦ blue 127

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

Shades of Opium #99827F

Tints of Opium #99827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.71%

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

R = 37.32%
G = 31.71%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99827F (or 0x99827F) is known color: Opium. HEX triplet: 99, 82 and 7F. RGB value is (153,130,127). Sum of RGB (Red+Green+Blue) = 153+130+127=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99827F is #667D80. Grayscale: #888888. Windows color (decimal): -6716801 or 8356505. OLE color: 8356505.

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

Color convert

RGB 153 130 127 -
CMYK 0 0.15 0.17 0.4
HSL 6.92º 0.11% 0.55% -
HSV(B) 6.92º 0.17% 0.6% -
XYZ 24.95 24.27 23.45 -
YUV 136.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 153 130 127 0 0.15 0.17 0.4 6.92 0.11 0.55
Hex 99 82 7F 0 F 11 28 7 B 37
Octal 231 202 177 0 17 21 50 7 13 67
Binary 10011001 10000010 1111111 0 1111 10001 101000 111 1011 110111

Color Harmonies of #99827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99827F

Black with #99827F

Text Example


Text Example

White with #99827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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