#6E0507

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

Shades of Sangria #6E0507

Tints of Sangria #6E0507

Color information

#6E0507 (or 0x6E0507) is unknown color: approx Sangria. HEX triplet: 6E, 05 and 07. RGB value is (110,5,7). Sum of RGB (Red+Green+Blue) = 110+5+7=122 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.16% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0507 is #91FAF8. Grayscale: #242424. Windows color (decimal): -9566969 or 460142. OLE color: 460142.

HSL color Cylindrical-coordinate representation of color #6E0507: hue angle of 358.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0507 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB11057-
CMYK00.950.940.57
HSL358.86º91.3%22.55%-
HSV(B)358.86º95.45%43.14%-
XYZ6.523.440.52-
YUV36.62111.29180.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 90.16%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=90.16%
G=4.10%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1105700.950.940.57358.8691.322.55
Hex6E5705F5E391675b17
Octal1565701371367154713327
Binary1101110101111010111111011110111001101100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,5,7); }

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

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

 a { background-color: rgb(110,5,7); }

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

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

 span { border-color: rgb(110,5,7); }

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