#6F0206

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

Shades of Sangria #6F0206

Tints of Sangria #6F0206

Color information

#6F0206 (or 0x6F0206) is unknown color: approx Sangria. HEX triplet: 6F, 02 and 06. RGB value is (111,2,6). Sum of RGB (Red+Green+Blue) = 111+2+6=119 (15% of max value = 765). Red value is 111 (43.75% from 255 or 93.28% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0206 is #90FDF9. Grayscale: #232323. Windows color (decimal): -9502202 or 393839. OLE color: 393839.

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

Color convert

RGB11126-
CMYK00.980.950.56
HSL357.8º96.46%22.16%-
HSV(B)357.8º98.2%43.53%-
XYZ6.613.440.49-
YUV35.05111.61182.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 93.28%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=93.28%
G=1.68%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1112600.980.950.56357.896.4622.16
Hex6F260625F381666016
Octal1572601421377054614026
Binary110111110110011000101011111111000101100110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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