#984650

Color #984650 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #984650

Tints of Night Shadz #984650

Color information

#984650 (or 0x984650) is unknown color: approx Night Shadz. HEX triplet: 98, 46 and 50. RGB value is (152,70,80). Sum of RGB (Red+Green+Blue) = 152+70+80=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #984650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984650 is #67B9AF. Grayscale: #5F5F5F. Windows color (decimal): -6797744 or 5260952. OLE color: 5260952.

HSL color Cylindrical-coordinate representation of color #984650: hue angle of 352.68º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984650 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1527080-
CMYK00.540.470.40
HSL352.68º36.94%43.53%-
HSV(B)352.68º53.95%59.61%-
XYZ16.5911.638.96-
YUV95.66119.17168.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=50.33%
G=23.18%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152708000.540.470.40352.6836.9443.53
Hex9846500362F28161252c
Octal23010612006657505414554
Binary10011000100011010100000110110101111101000101100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984650; }

 p { color: rgb(152,70,80); }

 H1.HeaderClassName
 {
   color: #984650;
 }
 .AnyTagClassName
 {
   color: #984650;
 }
</style>
background-color css

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

 a { background-color: rgb(152,70,80); }

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

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

 span { border-color: rgb(152,70,80); }

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