Html Css Color HEX #96807E Opium

📋 copy color: '#96807E'

red 150 ◦ green 128 ◦ blue 126

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

Shades of Opium #96807E

Tints of Opium #96807E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 37.13%
G = 31.68%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96807E (or 0x96807E) is known color: Opium. HEX triplet: 96, 80 and 7E. RGB value is (150,128,126). Sum of RGB (Red+Green+Blue) = 150+128+126=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96807E is #697F81. Grayscale: #868686. Windows color (decimal): -6913922 or 8290454. OLE color: 8290454.

HSL color Cylindrical-coordinate representation of color #96807E: hue angle of 5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96807E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 128 126 -
CMYK 0 0.15 0.16 0.41
HSL 0.1% 0.54% -
HSV(B) 0.16% 0.59% -
XYZ 24.06 23.43 22.99 -
YUV 134.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 150 128 126 0 0.15 0.16 0.41 5 0.1 0.54
Hex 96 80 7E 0 F 10 29 5 A 36
Octal 226 200 176 0 17 20 51 5 12 66
Binary 10010110 10000000 1111110 0 1111 10000 101001 101 1010 110110

Color Harmonies of #96807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96807E

Black with #96807E

Text Example


Text Example

White with #96807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96807E; }

 p { color: rgb(150,128,126); }

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

background-color css

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

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

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

border-color css

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

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

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