#6C0304

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

Shades of Sangria #6C0304

Tints of Sangria #6C0304

Color information

#6C0304 (or 0x6C0304) is unknown color: approx Sangria. HEX triplet: 6C, 03 and 04. RGB value is (108,3,4). Sum of RGB (Red+Green+Blue) = 108+3+4=115 (15% of max value = 765). Red value is 108 (42.58% from 255 or 93.91% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0304 is #93FCFB. Grayscale: #222222. Windows color (decimal): -9698556 or 263020. OLE color: 263020.

HSL color Cylindrical-coordinate representation of color #6C0304: hue angle of 359.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0304 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB10834-
CMYK00.970.960.58
HSL359.43º94.59%21.76%-
HSV(B)359.43º97.22%42.35%-
XYZ6.243.260.42-
YUV34.51110.79180.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 93.91%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=93.91%
G=2.61%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1083400.970.960.58359.4394.5921.76
Hex6C34061603A1675f16
Octal1543401411407254713726
Binary110110011100011000011100000111010101100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,4); }

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

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

 a { background-color: rgb(108,3,4); }

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

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

 span { border-color: rgb(108,3,4); }

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