Html Css Color HEX #968483 Opium

📋 copy color: '#968483'

red 150 ◦ green 132 ◦ blue 131

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

Shades of Opium #968483

Tints of Opium #968483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 36.32%
G = 31.96%
B = 31.72%

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

#968483 (or 0x968483) is known color: Opium. HEX triplet: 96, 84 and 83. RGB value is (150,132,131). Sum of RGB (Red+Green+Blue) = 150+132+131=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #968483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968483 is #697B7C. Grayscale: #898989. Windows color (decimal): -6912893 or 8619158. OLE color: 8619158.

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

Color convert

RGB 150 132 131 -
CMYK 0 0.12 0.13 0.41
HSL 3.16º 0.08% 0.55% -
HSV(B) 3.16º 0.13% 0.59% -
XYZ 24.93 24.63 24.91 -
YUV 137.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 150 132 131 0 0.12 0.13 0.41 3.16 0.08 0.55
Hex 96 84 83 0 C D 29 3 8 37
Octal 226 204 203 0 14 15 51 3 10 67
Binary 10010110 10000100 10000011 0 1100 1101 101001 11 1000 110111

Color Harmonies of #968483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968483

Black with #968483

Text Example


Text Example

White with #968483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968483; }

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

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

background-color css

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

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

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

border-color css

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

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

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