#6B0104

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

Shades of Sangria #6B0104

Tints of Sangria #6B0104

Color information

#6B0104 (or 0x6B0104) is unknown color: approx Sangria. HEX triplet: 6B, 01 and 04. RGB value is (107,1,4). Sum of RGB (Red+Green+Blue) = 107+1+4=112 (14% of max value = 765). Red value is 107 (42.19% from 255 or 95.54% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0104 is #94FEFB. Grayscale: #212121. Windows color (decimal): -9764604 or 262507. OLE color: 262507.

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

Color convert

RGB10714-
CMYK00.990.960.58
HSL358.3º98.15%21.18%-
HSV(B)358.3º99.07%41.96%-
XYZ6.13.160.4-
YUV33.04111.62180.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 95.54%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=95.54%
G=0.89%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071400.990.960.58358.398.1521.18
Hex6B14063603A1666215
Octal1531401431407254614225
Binary11010111100011000111100000111010101100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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