#6F303F

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

Shades of Siren #6F303F

Tints of Siren #6F303F

Color information

#6F303F (or 0x6F303F) is unknown color: approx Siren. HEX triplet: 6F, 30 and 3F. RGB value is (111,48,63). Sum of RGB (Red+Green+Blue) = 111+48+63=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F303F is #90CFC0. Grayscale: #444444. Windows color (decimal): -9490369 or 4141167. OLE color: 4141167.

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

Color convert

RGB1114863-
CMYK00.570.430.56
HSL345.71º39.62%31.18%-
HSV(B)345.71º56.76%43.53%-
XYZ8.515.855.38-
YUV68.55124.87158.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 63 (25% from 255) = 28.38%
R=50%
G=21.62%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111486300.570.430.56345.7139.6231.18
Hex6F303F0392B3815a281f
Octal157607707153705325037
Binary1101111110000111111011100110101111100010101101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,48,63); }

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

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

 a { background-color: rgb(111,48,63); }

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

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

 span { border-color: rgb(111,48,63); }

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