Html Css Color HEX #968484 Opium

📋 copy color: '#968484'

red 150 ◦ green 132 ◦ blue 132

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

Shades of Opium #968484

Tints of Opium #968484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 36.23%
G = 31.88%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#968484 (or 0x968484) is known color: Opium. HEX triplet: 96, 84 and 84. RGB value is (150,132,132). Sum of RGB (Red+Green+Blue) = 150+132+132=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968484 is #697B7B. Grayscale: #898989. Windows color (decimal): -6912892 or 8684694. OLE color: 8684694.

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

Color convert

RGB 150 132 132 -
CMYK 0 0.12 0.12 0.41
HSL 0.08% 0.55% -
HSV(B) 0.12% 0.59% -
XYZ 24.99 24.65 25.27 -
YUV 137.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 150 132 132 0 0.12 0.12 0.41 0 0.08 0.55
Hex 96 84 84 0 C C 29 0 8 37
Octal 226 204 204 0 14 14 51 0 10 67
Binary 10010110 10000100 10000100 0 1100 1100 101001 0 1000 110111

Color Harmonies of #968484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968484

Black with #968484

Text Example


Text Example

White with #968484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968484; }

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

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

background-color css

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

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

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

border-color css

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

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

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