#6C190E

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

Shades of Red Oxide #6C190E

Tints of Red Oxide #6C190E

Color information

#6C190E (or 0x6C190E) is unknown color: approx Red Oxide. HEX triplet: 6C, 19 and 0E. RGB value is (108,25,14). Sum of RGB (Red+Green+Blue) = 108+25+14=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C190E is #93E6F1. Grayscale: #303030. Windows color (decimal): -9692914 or 924012. OLE color: 924012.

HSL color Cylindrical-coordinate representation of color #6C190E: hue angle of 7.02º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C190E is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB1082514-
CMYK00.770.870.58
HSL7.02º77.05%23.92%-
HSV(B)7.02º87.04%42.35%-
XYZ6.613.920.82-
YUV48.56108.5170.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 73.47%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=73.47%
G=17.01%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108251400.770.870.587.0277.0523.92
Hex6C19E04D573A74d18
Octal1543116011512772711530
Binary1101100110011110010011011010111111010111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,25,14); }

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

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

 a { background-color: rgb(108,25,14); }

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

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

 span { border-color: rgb(108,25,14); }

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