#6A293E

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

Shades of Siren #6A293E

Tints of Siren #6A293E

Color information

#6A293E (or 0x6A293E) is unknown color: approx Siren. HEX triplet: 6A, 29 and 3E. RGB value is (106,41,62). Sum of RGB (Red+Green+Blue) = 106+41+62=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A293E is #95D6C1. Grayscale: #3E3E3E. Windows color (decimal): -9819842 or 4073834. OLE color: 4073834.

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

Color convert

RGB1064162-
CMYK00.610.420.58
HSL340.62º44.22%28.82%-
HSV(B)340.62º61.32%41.57%-
XYZ7.6155.12-
YUV62.83127.53158.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.72%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=50.72%
G=19.62%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106416200.610.420.58340.6244.2228.82
Hex6A293E03D2A3A1552c1d
Octal152517607552725255435
Binary1101010101001111110011110110101011101010101010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,62); }

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

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

 a { background-color: rgb(106,41,62); }

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

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

 span { border-color: rgb(106,41,62); }

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