#6A293C

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

Shades of Siren #6A293C

Tints of Siren #6A293C

Color information

#6A293C (or 0x6A293C) is unknown color: approx Siren. HEX triplet: 6A, 29 and 3C. RGB value is (106,41,60). Sum of RGB (Red+Green+Blue) = 106+41+60=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A293C is #95D6C3. Grayscale: #3E3E3E. Windows color (decimal): -9819844 or 3942762. OLE color: 3942762.

HSL color Cylindrical-coordinate representation of color #6A293C: hue angle of 342.46º 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 #6A293C is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1064160-
CMYK00.610.430.58
HSL342.46º44.22%28.82%-
HSV(B)342.46º61.32%41.57%-
XYZ7.554.984.84-
YUV62.6126.53158.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=51.21%
G=19.81%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106416000.610.430.58342.4644.2228.82
Hex6A293C03D2B3A1562c1d
Octal152517407553725265435
Binary1101010101001111100011110110101111101010101011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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