#6A1F13

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

Shades of Red Oxide #6A1F13

Tints of Red Oxide #6A1F13

Color information

#6A1F13 (or 0x6A1F13) is unknown color: approx Red Oxide. HEX triplet: 6A, 1F and 13. RGB value is (106,31,19). Sum of RGB (Red+Green+Blue) = 106+31+19=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1F13 is #95E0EC. Grayscale: #343434. Windows color (decimal): -9822445 or 1253226. OLE color: 1253226.

HSL color Cylindrical-coordinate representation of color #6A1F13: hue angle of 8.28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1F13 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1063119-
CMYK00.710.820.58
HSL8.28º69.6%24.51%-
HSV(B)8.28º82.08%41.57%-
XYZ6.554.091.06-
YUV52.06109.35166.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.95%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=67.95%
G=19.87%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106311900.710.820.588.2869.624.51
Hex6A1F13047523A84619
Octal15237230107122721010631
Binary110101011111100110100011110100101110101000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,31,19); }

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

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

 a { background-color: rgb(106,31,19); }

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

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

 span { border-color: rgb(106,31,19); }

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