#6F0406

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

Shades of Sangria #6F0406

Tints of Sangria #6F0406

Color information

#6F0406 (or 0x6F0406) is unknown color: approx Sangria. HEX triplet: 6F, 04 and 06. RGB value is (111,4,6). Sum of RGB (Red+Green+Blue) = 111+4+6=121 (16% of max value = 765). Red value is 111 (43.75% from 255 or 91.74% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0406 is #90FBF9. Grayscale: #242424. Windows color (decimal): -9501690 or 394351. OLE color: 394351.

HSL color Cylindrical-coordinate representation of color #6F0406: hue angle of 358.88º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0406 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB11146-
CMYK00.960.950.56
HSL358.88º93.04%22.55%-
HSV(B)358.88º96.4%43.53%-
XYZ6.633.480.49-
YUV36.22110.95181.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 91.74%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=91.74%
G=3.31%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114600.960.950.56358.8893.0422.55
Hex6F460605F381675d17
Octal1574601401377054713527
Binary1101111100110011000001011111111000101100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,6); }

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

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

 a { background-color: rgb(111,4,6); }

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

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

 span { border-color: rgb(111,4,6); }

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