#6B293C

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

Shades of Siren #6B293C

Tints of Siren #6B293C

Color information

#6B293C (or 0x6B293C) is unknown color: approx Siren. HEX triplet: 6B, 29 and 3C. RGB value is (107,41,60). Sum of RGB (Red+Green+Blue) = 107+41+60=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B293C is #94D6C3. Grayscale: #3E3E3E. Windows color (decimal): -9754308 or 3942763. OLE color: 3942763.

HSL color Cylindrical-coordinate representation of color #6B293C: hue angle of 342.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B293C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1074160-
CMYK00.620.440.58
HSL342.73º44.59%29.02%-
HSV(B)342.73º61.68%41.96%-
XYZ7.675.044.84-
YUV62.9126.37159.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=51.44%
G=19.71%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107416000.620.440.58342.7344.5929.02
Hex6B293C03E2C3A1572d1d
Octal153517407654725275535
Binary1101011101001111100011111010110011101010101011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,60); }

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

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

 a { background-color: rgb(107,41,60); }

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

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

 span { border-color: rgb(107,41,60); }

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