#6C2338

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

Shades of Siren #6C2338

Tints of Siren #6C2338

Color information

#6C2338 (or 0x6C2338) is unknown color: approx Siren. HEX triplet: 6C, 23 and 38. RGB value is (108,35,56). Sum of RGB (Red+Green+Blue) = 108+35+56=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2338 is #93DCC7. Grayscale: #3B3B3B. Windows color (decimal): -9690312 or 3679084. OLE color: 3679084.

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

Color convert

RGB1083556-
CMYK00.680.480.58
HSL342.74º51.05%28.04%-
HSV(B)342.74º67.59%42.35%-
XYZ7.54.684.25-
YUV59.22126.18162.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 54.27%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=54.27%
G=17.59%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108355600.680.480.58342.7451.0528.04
Hex6C2338044303A157331c
Octal1544370010460725276334
Binary11011001000111110000100010011000011101010101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,35,56); }

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

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

 a { background-color: rgb(108,35,56); }

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

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

 span { border-color: rgb(108,35,56); }

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