#6C253A

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

Shades of Siren #6C253A

Tints of Siren #6C253A

Color information

#6C253A (or 0x6C253A) is unknown color: approx Siren. HEX triplet: 6C, 25 and 3A. RGB value is (108,37,58). Sum of RGB (Red+Green+Blue) = 108+37+58=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C253A is #93DAC5. Grayscale: #3C3C3C. Windows color (decimal): -9689798 or 3810668. OLE color: 3810668.

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

Color convert

RGB1083758-
CMYK00.660.460.58
HSL342.25º48.97%28.43%-
HSV(B)342.25º65.74%42.35%-
XYZ7.614.824.53-
YUV60.62126.52161.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=53.20%
G=18.23%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108375800.660.460.58342.2548.9728.43
Hex6C253A0422E3A156311c
Octal1544572010256725266134
Binary11011001001011110100100001010111011101010101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,37,58); }

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

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

 a { background-color: rgb(108,37,58); }

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

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

 span { border-color: rgb(108,37,58); }

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