#6A200D

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

Shades of Red Oxide #6A200D

Tints of Red Oxide #6A200D

Color information

#6A200D (or 0x6A200D) is unknown color: approx Red Oxide. HEX triplet: 6A, 20 and 0D. RGB value is (106,32,13). Sum of RGB (Red+Green+Blue) = 106+32+13=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A200D is #95DFF2. Grayscale: #343434. Windows color (decimal): -9822195 or 860266. OLE color: 860266.

HSL color Cylindrical-coordinate representation of color #6A200D: hue angle of 12.26º 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 #6A200D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB1063213-
CMYK00.700.880.58
HSL12.26º78.15%23.33%-
HSV(B)12.26º87.74%41.57%-
XYZ6.534.130.83-
YUV51.96106.02166.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 70.20%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=70.20%
G=21.19%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106321300.700.880.5812.2678.1523.33
Hex6A20D046583Ac4e17
Octal15240150106130721411627
Binary110101010000011010100011010110001110101100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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