Html Css Color HEX #99837F Opium

📋 copy color: '#99837F'

red 153 ◦ green 131 ◦ blue 127

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

Shades of Opium #99837F

Tints of Opium #99837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 37.23%
G = 31.87%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99837F (or 0x99837F) is known color: Opium. HEX triplet: 99, 83 and 7F. RGB value is (153,131,127). Sum of RGB (Red+Green+Blue) = 153+131+127=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #99837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99837F is #667C80. Grayscale: #898989. Windows color (decimal): -6716545 or 8356761. OLE color: 8356761.

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

Color convert

RGB 153 131 127 -
CMYK 0 0.14 0.17 0.4
HSL 9.23º 0.11% 0.55% -
HSV(B) 9.23º 0.17% 0.6% -
XYZ 25.08 24.54 23.49 -
YUV 137.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 153 131 127 0 0.14 0.17 0.4 9.23 0.11 0.55
Hex 99 83 7F 0 E 11 28 9 B 37
Octal 231 203 177 0 16 21 50 11 13 67
Binary 10011001 10000011 1111111 0 1110 10001 101000 1001 1011 110111

Color Harmonies of #99837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99837F

Black with #99837F

Text Example


Text Example

White with #99837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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