#6A2737

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

Shades of Siren #6A2737

Tints of Siren #6A2737

Color information

#6A2737 (or 0x6A2737) is unknown color: approx Siren. HEX triplet: 6A, 27 and 37. RGB value is (106,39,55). Sum of RGB (Red+Green+Blue) = 106+39+55=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2737 is #95D8C8. Grayscale: #3C3C3C. Windows color (decimal): -9820361 or 3614570. OLE color: 3614570.

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

Color convert

RGB1063955-
CMYK00.630.480.58
HSL345.67º46.21%28.43%-
HSV(B)345.67º63.21%41.57%-
XYZ7.364.794.15-
YUV60.86124.7160.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=53%
G=19.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106395500.630.480.58345.6746.2128.43
Hex6A273703F303A15a2e1c
Octal152476707760725325634
Binary1101010100111110111011111111000011101010101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,39,55); }

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

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

 a { background-color: rgb(106,39,55); }

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

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

 span { border-color: rgb(106,39,55); }

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