#6A190A

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

Shades of Red Oxide #6A190A

Tints of Red Oxide #6A190A

Color information

#6A190A (or 0x6A190A) is unknown color: approx Red Oxide. HEX triplet: 6A, 19 and 0A. RGB value is (106,25,10). Sum of RGB (Red+Green+Blue) = 106+25+10=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A190A is #95E6F5. Grayscale: #2F2F2F. Windows color (decimal): -9823990 or 661866. OLE color: 661866.

HSL color Cylindrical-coordinate representation of color #6A190A: hue angle of 9.38º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A190A is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB1062510-
CMYK00.760.910.58
HSL9.38º82.76%22.75%-
HSV(B)9.38º90.57%41.57%-
XYZ6.353.780.68-
YUV47.51106.84169.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 75.18%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=75.18%
G=17.73%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106251000.760.910.589.3882.7622.75
Hex6A19A04C5B3A95317
Octal15231120114133721112327
Binary11010101100110100100110010110111110101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,25,10); }

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

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

 a { background-color: rgb(106,25,10); }

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

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

 span { border-color: rgb(106,25,10); }

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