#6A253D

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

Shades of Siren #6A253D

Tints of Siren #6A253D

Color information

#6A253D (or 0x6A253D) is unknown color: approx Siren. HEX triplet: 6A, 25 and 3D. RGB value is (106,37,61). Sum of RGB (Red+Green+Blue) = 106+37+61=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A253D is #95DAC2. Grayscale: #3C3C3C. Windows color (decimal): -9820867 or 4007274. OLE color: 4007274.

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

Color convert

RGB1063761-
CMYK00.650.420.58
HSL339.13º48.25%28.04%-
HSV(B)339.13º65.09%41.57%-
XYZ7.454.724.93-
YUV60.37128.36160.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.96%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=51.96%
G=18.14%
B=29.90%

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
Decimal106376100.650.420.58339.1348.2528.04
Hex6A253D0412A3A153301c
Octal1524575010152725236034
Binary11010101001011111010100000110101011101010101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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