#6F303E

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

Shades of Siren #6F303E

Tints of Siren #6F303E

Color information

#6F303E (or 0x6F303E) is unknown color: approx Siren. HEX triplet: 6F, 30 and 3E. RGB value is (111,48,62). Sum of RGB (Red+Green+Blue) = 111+48+62=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F303E is #90CFC1. Grayscale: #444444. Windows color (decimal): -9490370 or 4075631. OLE color: 4075631.

HSL color Cylindrical-coordinate representation of color #6F303E: hue angle of 346.67º 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 #6F303E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB1114862-
CMYK00.570.440.56
HSL346.67º39.62%31.18%-
HSV(B)346.67º56.76%43.53%-
XYZ8.485.845.24-
YUV68.43124.37158.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=50.23%
G=21.72%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111486200.570.440.56346.6739.6231.18
Hex6F303E0392C3815b281f
Octal157607607154705335037
Binary1101111110000111110011100110110011100010101101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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