#6E253E

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

Shades of Siren #6E253E

Tints of Siren #6E253E

Color information

#6E253E (or 0x6E253E) is unknown color: approx Siren. HEX triplet: 6E, 25 and 3E. RGB value is (110,37,62). Sum of RGB (Red+Green+Blue) = 110+37+62=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E253E is #91DAC1. Grayscale: #3D3D3D. Windows color (decimal): -9558722 or 4072814. OLE color: 4072814.

HSL color Cylindrical-coordinate representation of color #6E253E: hue angle of 339.45º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E253E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1103762-
CMYK00.660.440.57
HSL339.45º49.66%28.82%-
HSV(B)339.45º66.36%43.14%-
XYZ7.964.995.1-
YUV61.68128.18162.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.63%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=52.63%
G=17.70%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110376200.660.440.57339.4549.6628.82
Hex6E253E0422C39153321d
Octal1564576010254715236235
Binary11011101001011111100100001010110011100110101001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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