#6D1D13

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

Shades of Red Oxide #6D1D13

Tints of Red Oxide #6D1D13

Color information

#6D1D13 (or 0x6D1D13) is unknown color: approx Red Oxide. HEX triplet: 6D, 1D and 13. RGB value is (109,29,19). Sum of RGB (Red+Green+Blue) = 109+29+19=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D13 is #92E2EC. Grayscale: #333333. Windows color (decimal): -9626349 or 1252717. OLE color: 1252717.

HSL color Cylindrical-coordinate representation of color #6D1D13: hue angle of 6.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1D13 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB1092919-
CMYK00.730.830.57
HSL6.67º70.31%25.1%-
HSV(B)6.67º82.57%42.75%-
XYZ6.864.181.06-
YUV51.78109.5168.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 69.43%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=69.43%
G=18.47%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109291900.730.830.576.6770.3125.1
Hex6D1D13049533974619
Octal1553523011112371710631
Binary11011011110110011010010011010011111001111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,29,19); }

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

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

 a { background-color: rgb(109,29,19); }

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

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

 span { border-color: rgb(109,29,19); }

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