#6a1f0c

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

Shades of Red Oxide #6A1F0C

Tints of Red Oxide #6A1F0C

Color information

#6A1F0C (or 0x6A1F0C) is unknown color: approx Red Oxide. HEX triplet: 6A, 1F and 0C. RGB value is (106,31,12). Sum of RGB (Red+Green+Blue) = 106+31+12=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1F0C is #95E0F3. Grayscale: #333333. Windows color (decimal): -9822452 or 794474. OLE color: 794474.

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

Color convert

RGB1063112-
CMYK00.710.890.58
HSL12.13º79.66%23.14%-
HSV(B)12.13º88.68%41.57%-
XYZ6.54.070.79-
YUV51.26105.85167.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 71.14%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=71.14%
G=20.81%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106311200.710.890.5812.1379.6623.14
Hex6A1FC047593Ac5017
Octal15237140107131721412027
Binary11010101111111000100011110110011110101100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1f0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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