Html Css Color HEX #968181 Opium

📋 copy color: '#968181'

red 150 ◦ green 129 ◦ blue 129

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

Shades of Opium #968181

Tints of Opium #968181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 36.76%
G = 31.62%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#968181 (or 0x968181) is known color: Opium. HEX triplet: 96, 81 and 81. RGB value is (150,129,129). Sum of RGB (Red+Green+Blue) = 150+129+129=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968181 is #697E7E. Grayscale: #878787. Windows color (decimal): -6913663 or 8487318. OLE color: 8487318.

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

Color convert

RGB 150 129 129 -
CMYK 0 0.14 0.14 0.41
HSL 0.09% 0.55% -
HSV(B) 0.14% 0.59% -
XYZ 24.39 23.77 24.07 -
YUV 135.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 150 129 129 0 0.14 0.14 0.41 0 0.09 0.55
Hex 96 81 81 0 E E 29 0 9 37
Octal 226 201 201 0 16 16 51 0 11 67
Binary 10010110 10000001 10000001 0 1110 1110 101001 0 1001 110111

Color Harmonies of #968181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968181

Black with #968181

Text Example


Text Example

White with #968181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968181; }

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

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

background-color css

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

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

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

border-color css

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

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

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