Html Css Color HEX #9C8585 Opium

📋 copy color: '#9C8585'

red 156 ◦ green 133 ◦ blue 133

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

Shades of Opium #9C8585

Tints of Opium #9C8585

RGB

 RED value IS 156 (61.33% from 255) = 36.97%

 GREEN value IS 133 (52.34% from 255) = 31.52%

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 36.97%
G = 31.52%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C8585 (or 0x9C8585) is known color: Opium. HEX triplet: 9C, 85 and 85. RGB value is (156,133,133). Sum of RGB (Red+Green+Blue) = 156+133+133=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8585 is #637A7A. Grayscale: #8B8B8B. Windows color (decimal): -6519419 or 8750492. OLE color: 8750492.

HSL color Cylindrical-coordinate representation of color #9C8585: hue angle of 0º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C8585 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 133 133 -
CMYK 0 0.15 0.15 0.39
HSL 0.1% 0.57% -
HSV(B) 0.15% 0.61% -
XYZ 26.33 25.54 25.73 -
YUV 139.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 156 133 133 0 0.15 0.15 0.39 0 0.1 0.57
Hex 9C 85 85 0 F F 27 0 A 39
Octal 234 205 205 0 17 17 47 0 12 71
Binary 10011100 10000101 10000101 0 1111 1111 100111 0 1010 111001

Color Harmonies of #9C8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8585

Black with #9C8585

Text Example


Text Example

White with #9C8585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,133); }

 H1.HeaderClassName
 {
   color: #9C8585;
 }
 .AnyTagClassName
 {
   color: #9C8585;
 }
</style>

background-color css

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

 a { background-color: rgb(156,133,133); }

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

border-color css

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

 span { border-color: rgb(156,133,133); }

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