#6D0104

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

Shades of Sangria #6D0104

Tints of Sangria #6D0104

Color information

#6D0104 (or 0x6D0104) is unknown color: approx Sangria. HEX triplet: 6D, 01 and 04. RGB value is (109,1,4). Sum of RGB (Red+Green+Blue) = 109+1+4=114 (15% of max value = 765). Red value is 109 (42.97% from 255 or 95.61% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0104 is #92FEFB. Grayscale: #212121. Windows color (decimal): -9633532 or 262509. OLE color: 262509.

HSL color Cylindrical-coordinate representation of color #6D0104: hue angle of 358.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB10914-
CMYK00.990.960.57
HSL358.33º98.18%21.57%-
HSV(B)358.33º99.08%42.75%-
XYZ6.343.280.41-
YUV33.63111.28181.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 95.61%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=95.61%
G=0.88%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091400.990.960.57358.3398.1821.57
Hex6D1406360391666216
Octal1551401431407154614226
Binary11011011100011000111100000111001101100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,4); }

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

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

 a { background-color: rgb(109,1,4); }

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

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

 span { border-color: rgb(109,1,4); }

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