#9D817F

Color #9D817F Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #9D817F

Tints of Opium #9D817F

Color information

#9D817F (or 0x9D817F) is unknown color: approx Opium. HEX triplet: 9D, 81 and 7F. RGB value is (157,129,127). Sum of RGB (Red+Green+Blue) = 157+129+127=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D817F is #627E80. Grayscale: #898989. Windows color (decimal): -6454913 or 8356253. OLE color: 8356253.

HSL color Cylindrical-coordinate representation of color #9D817F: hue angle of 4º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D817F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB157129127-
CMYK00.180.190.38
HSL13.27%55.69%-
HSV(B)19.11%61.57%-
XYZ25.5924.423.44-
YUV137.14122.28142.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.01%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 127 (50% from 255) = 30.75%
R=38.01%
G=31.23%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712912700.180.190.38413.2755.69
Hex9D817F01213264d38
Octal235201177022234641570
Binary10011101100000011111111010010100111001101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D817F; }

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

 H1.HeaderClassName
 {
   color: #9D817F;
 }
 .AnyTagClassName
 {
   color: #9D817F;
 }
</style>
background-color css

<style>
 a { background-color: #9D817F; }

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

 div.DivClassName
 {
   background-color: #9D817F;
 }
 .BgClassName
 {
   background-color: #9D817F;
 }
</style>
border-color css

<style>
 span { border-color: #9D817F; }

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

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