#6A1C0D

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

Shades of Red Oxide #6A1C0D

Tints of Red Oxide #6A1C0D

Color information

#6A1C0D (or 0x6A1C0D) is unknown color: approx Red Oxide. HEX triplet: 6A, 1C and 0D. RGB value is (106,28,13). Sum of RGB (Red+Green+Blue) = 106+28+13=147 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.11% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1C0D is #95E3F2. Grayscale: #313131. Windows color (decimal): -9823219 or 859242. OLE color: 859242.

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

Color convert

RGB1062813-
CMYK00.740.880.58
HSL9.68º78.15%23.33%-
HSV(B)9.68º87.74%41.57%-
XYZ6.433.920.8-
YUV49.61107.34168.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.11%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=72.11%
G=19.05%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106281300.740.880.589.6878.1523.33
Hex6A1CD04A583Aa4e17
Octal15234150112130721211627
Binary11010101110011010100101010110001110101010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,28,13); }

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

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

 a { background-color: rgb(106,28,13); }

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

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

 span { border-color: rgb(106,28,13); }

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