#6A253E

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

Shades of Siren #6A253E

Tints of Siren #6A253E

Color information

#6A253E (or 0x6A253E) is unknown color: approx Siren. HEX triplet: 6A, 25 and 3E. RGB value is (106,37,62). Sum of RGB (Red+Green+Blue) = 106+37+62=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A253E is #95DAC1. Grayscale: #3C3C3C. Windows color (decimal): -9820866 or 4072810. OLE color: 4072810.

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

Color convert

RGB1063762-
CMYK00.650.420.58
HSL338.26º48.25%28.04%-
HSV(B)338.26º65.09%41.57%-
XYZ7.474.745.08-
YUV60.48128.86160.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 62 (24.61% from 255) = 30.24%
R=51.71%
G=18.05%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106376200.650.420.58338.2648.2528.04
Hex6A253E0412A3A152301c
Octal1524576010152725226034
Binary11010101001011111100100000110101011101010101001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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