#463643

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

Shades of Voodoo #463643

Tints of Voodoo #463643

Color information

#463643 (or 0x463643) is unknown color: approx Voodoo. HEX triplet: 46, 36 and 43. RGB value is (70,54,67). Sum of RGB (Red+Green+Blue) = 70+54+67=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463643 is #B9C9BC. Grayscale: #3C3C3C. Windows color (decimal): -12175805 or 4404806. OLE color: 4404806.

HSL color Cylindrical-coordinate representation of color #463643: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #463643 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB705467-
CMYK00.230.040.73
HSL311.25º12.9%24.31%-
HSV(B)311.25º22.86%27.45%-
XYZ4.864.355.89-
YUV60.27131.8134.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=36.65%
G=28.27%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70546700.230.040.73311.2512.924.31
Hex463643017449137d18
Octal1066610302741114671530
Binary100011011011010000110101111001001001100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463643; }

 p { color: rgb(70,54,67); }

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

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

 a { background-color: rgb(70,54,67); }

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

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

 span { border-color: rgb(70,54,67); }

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