#6B293A

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

Shades of Siren #6B293A

Tints of Siren #6B293A

Color information

#6B293A (or 0x6B293A) is unknown color: approx Siren. HEX triplet: 6B, 29 and 3A. RGB value is (107,41,58). Sum of RGB (Red+Green+Blue) = 107+41+58=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B293A is #94D6C5. Grayscale: #3E3E3E. Windows color (decimal): -9754310 or 3811691. OLE color: 3811691.

HSL color Cylindrical-coordinate representation of color #6B293A: hue angle of 344.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B293A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB1074158-
CMYK00.620.460.58
HSL344.55º44.59%29.02%-
HSV(B)344.55º61.68%41.96%-
XYZ7.625.024.57-
YUV62.67125.37159.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.94%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=51.94%
G=19.90%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107415800.620.460.58344.5544.5929.02
Hex6B293A03E2E3A1592d1d
Octal153517207656725315535
Binary1101011101001111010011111010111011101010101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B293A; }

 p { color: rgb(107,41,58); }

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

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

 a { background-color: rgb(107,41,58); }

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

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

 span { border-color: rgb(107,41,58); }

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