#6A2537

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

Shades of Siren #6A2537

Tints of Siren #6A2537

Color information

#6A2537 (or 0x6A2537) is unknown color: approx Siren. HEX triplet: 6A, 25 and 37. RGB value is (106,37,55). Sum of RGB (Red+Green+Blue) = 106+37+55=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2537 is #95DAC8. Grayscale: #3B3B3B. Windows color (decimal): -9820873 or 3614058. OLE color: 3614058.

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

Color convert

RGB1063755-
CMYK00.650.480.58
HSL344.35º48.25%28.04%-
HSV(B)344.35º65.09%41.57%-
XYZ7.34.664.13-
YUV59.68125.36161.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 55 (21.88% from 255) = 27.78%
R=53.54%
G=18.69%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106375500.650.480.58344.3548.2528.04
Hex6A2537041303A158301c
Octal1524567010160725306034
Binary11010101001011101110100000111000011101010101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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