Html Css Color HEX #928585 Opium

📋 copy color: '#928585'

red 146 ◦ green 133 ◦ blue 133

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

Shades of Opium #928585

Tints of Opium #928585

RGB

 RED value IS 146 (57.42% from 255) = 35.44%

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

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

R = 35.44%
G = 32.28%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#928585 (or 0x928585) is known color: Opium. HEX triplet: 92, 85 and 85. RGB value is (146,133,133). Sum of RGB (Red+Green+Blue) = 146+133+133=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928585 is #6D7A7A. Grayscale: #888888. Windows color (decimal): -7174779 or 8750482. OLE color: 8750482.

HSL color Cylindrical-coordinate representation of color #928585: hue angle of 0º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928585 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 133 133 -
CMYK 0 0.09 0.09 0.43
HSL 0.06% 0.55% -
HSV(B) 0.09% 0.57% -
XYZ 24.48 24.58 25.64 -
YUV 136.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 146 133 133 0 0.09 0.09 0.43 0 0.06 0.55
Hex 92 85 85 0 9 9 2B 0 6 37
Octal 222 205 205 0 11 11 53 0 6 67
Binary 10010010 10000101 10000101 0 1001 1001 101011 0 110 110111

Color Harmonies of #928585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928585

Black with #928585

Text Example


Text Example

White with #928585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928585; }

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

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

background-color css

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

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

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

border-color css

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

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

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