Html Css Color HEX #968584 Opium

📋 copy color: '#968584'

red 150 ◦ green 133 ◦ blue 132

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

Shades of Opium #968584

Tints of Opium #968584

RGB

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

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

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

R = 36.14%
G = 32.05%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#968584 (or 0x968584) is known color: Opium. HEX triplet: 96, 85 and 84. RGB value is (150,133,132). Sum of RGB (Red+Green+Blue) = 150+133+132=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968584 is #697A7B. Grayscale: #898989. Windows color (decimal): -6912636 or 8684950. OLE color: 8684950.

HSL color Cylindrical-coordinate representation of color #968584: hue angle of 3.33º 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 #968584 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 133 132 -
CMYK 0 0.11 0.12 0.41
HSL 3.33º 0.08% 0.55% -
HSV(B) 3.33º 0.12% 0.59% -
XYZ 25.13 24.93 25.32 -
YUV 137.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 150 133 132 0 0.11 0.12 0.41 3.33 0.08 0.55
Hex 96 85 84 0 B C 29 3 8 37
Octal 226 205 204 0 13 14 51 3 10 67
Binary 10010110 10000101 10000100 0 1011 1100 101001 11 1000 110111

Color Harmonies of #968584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968584

Black with #968584

Text Example


Text Example

White with #968584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968584; }

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

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

background-color css

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

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

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

border-color css

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

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

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