#6F2E3B

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

Shades of Siren #6F2E3B

Tints of Siren #6F2E3B

Color information

#6F2E3B (or 0x6F2E3B) is unknown color: approx Siren. HEX triplet: 6F, 2E and 3B. RGB value is (111,46,59). Sum of RGB (Red+Green+Blue) = 111+46+59=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E3B is #90D1C4. Grayscale: #424242. Windows color (decimal): -9490885 or 3878511. OLE color: 3878511.

HSL color Cylindrical-coordinate representation of color #6F2E3B: hue angle of 348º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E3B is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB1114659-
CMYK00.590.470.56
HSL348º41.4%30.78%-
HSV(B)348º58.56%43.53%-
XYZ8.325.654.79-
YUV66.92123.53159.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=51.39%
G=21.30%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111465900.590.470.5634841.430.78
Hex6F2E3B03B2F3815c291f
Octal157567307357705345137
Binary1101111101110111011011101110111111100010101110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,59); }

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

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

 a { background-color: rgb(111,46,59); }

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

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

 span { border-color: rgb(111,46,59); }

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