Html Css Color HEX #968585 Opium

📋 copy color: '#968585'

red 150 ◦ green 133 ◦ blue 133

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

Shades of Opium #968585

Tints of Opium #968585

RGB

 RED value IS 150 (58.98% from 255) = 36.06%

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

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

R = 36.06%
G = 31.97%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#968585 (or 0x968585) is known color: Opium. HEX triplet: 96, 85 and 85. RGB value is (150,133,133). Sum of RGB (Red+Green+Blue) = 150+133+133=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968585 is #697A7A. Grayscale: #8A8A8A. Windows color (decimal): -6912635 or 8750486. OLE color: 8750486.

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

Color convert

RGB 150 133 133 -
CMYK 0 0.11 0.11 0.41
HSL 0.07% 0.55% -
HSV(B) 0.11% 0.59% -
XYZ 25.2 24.95 25.68 -
YUV 138.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 150 133 133 0 0.11 0.11 0.41 0 0.07 0.55
Hex 96 85 85 0 B B 29 0 7 37
Octal 226 205 205 0 13 13 51 0 7 67
Binary 10010110 10000101 10000101 0 1011 1011 101001 0 111 110111

Color Harmonies of #968585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968585

Black with #968585

Text Example


Text Example

White with #968585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968585; }

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

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

background-color css

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

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

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

border-color css

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

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

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