#6A1905

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

Shades of Red Oxide #6A1905

Tints of Red Oxide #6A1905

Color information

#6A1905 (or 0x6A1905) is unknown color: approx Red Oxide. HEX triplet: 6A, 19 and 05. RGB value is (106,25,5). Sum of RGB (Red+Green+Blue) = 106+25+5=136 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.94% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1905 is #95E6FA. Grayscale: #2F2F2F. Windows color (decimal): -9823995 or 334186. OLE color: 334186.

HSL color Cylindrical-coordinate representation of color #6A1905: hue angle of 11.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A1905 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB106255-
CMYK00.760.950.58
HSL11.88º90.99%21.76%-
HSV(B)11.88º95.28%41.57%-
XYZ6.323.770.54-
YUV46.94104.34170.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 77.94%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=77.94%
G=18.38%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10625500.760.950.5811.8890.9921.76
Hex6A19504C5F3Ac5b16
Octal1523150114137721413326
Binary1101010110011010100110010111111110101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,25,5); }

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

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

 a { background-color: rgb(106,25,5); }

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

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

 span { border-color: rgb(106,25,5); }

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