#6A1C05

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

Shades of Red Oxide #6A1C05

Tints of Red Oxide #6A1C05

Color information

#6A1C05 (or 0x6A1C05) is unknown color: approx Red Oxide. HEX triplet: 6A, 1C and 05. RGB value is (106,28,5). Sum of RGB (Red+Green+Blue) = 106+28+5=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A1C05 is #95E3FA. Grayscale: #303030. Windows color (decimal): -9823227 or 334954. OLE color: 334954.

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

Color convert

RGB106285-
CMYK00.740.950.58
HSL13.66º90.99%21.76%-
HSV(B)13.66º95.28%41.57%-
XYZ6.393.910.56-
YUV48.7103.34168.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 76.26%
GREEN value IS 28 (11.33% from 255) = 20.14%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=76.26%
G=20.14%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10628500.740.950.5813.6690.9921.76
Hex6A1C504A5F3Ae5b16
Octal1523450112137721613326
Binary1101010111001010100101010111111110101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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