Html Css Color HEX #968482 Opium

📋 copy color: '#968482'

red 150 ◦ green 132 ◦ blue 130

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

Shades of Opium #968482

Tints of Opium #968482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.55%

R = 36.41%
G = 32.04%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#968482 (or 0x968482) is known color: Opium. HEX triplet: 96, 84 and 82. RGB value is (150,132,130). Sum of RGB (Red+Green+Blue) = 150+132+130=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968482 is #697B7D. Grayscale: #898989. Windows color (decimal): -6912894 or 8553622. OLE color: 8553622.

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

Color convert

RGB 150 132 130 -
CMYK 0 0.12 0.13 0.41
HSL 0.09% 0.55% -
HSV(B) 0.13% 0.59% -
XYZ 24.86 24.6 24.56 -
YUV 137.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 150 132 130 0 0.12 0.13 0.41 6 0.09 0.55
Hex 96 84 82 0 C D 29 6 9 37
Octal 226 204 202 0 14 15 51 6 11 67
Binary 10010110 10000100 10000010 0 1100 1101 101001 110 1001 110111

Color Harmonies of #968482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968482

Black with #968482

Text Example


Text Example

White with #968482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968482; }

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

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

background-color css

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

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

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

border-color css

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

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

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