#6F2C38

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

Shades of Siren #6F2C38

Tints of Siren #6F2C38

Color information

#6F2C38 (or 0x6F2C38) is unknown color: approx Siren. HEX triplet: 6F, 2C and 38. RGB value is (111,44,56). Sum of RGB (Red+Green+Blue) = 111+44+56=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C38 is #90D3C7. Grayscale: #414141. Windows color (decimal): -9491400 or 3681391. OLE color: 3681391.

HSL color Cylindrical-coordinate representation of color #6F2C38: hue angle of 349.25º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C38 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1114456-
CMYK00.600.500.56
HSL349.25º43.23%30.39%-
HSV(B)349.25º60.36%43.53%-
XYZ8.175.474.37-
YUV65.4122.7160.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=52.61%
G=20.85%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111445600.600.500.56349.2543.2330.39
Hex6F2C3803C323815d2b1e
Octal157547007462705355336
Binary1101111101100111000011110011001011100010101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,56); }

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

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

 a { background-color: rgb(111,44,56); }

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

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

 span { border-color: rgb(111,44,56); }

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