#641A06

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

Shades of Red Oxide #641A06

Tints of Red Oxide #641A06

Color information

#641A06 (or 0x641A06) is unknown color: approx Red Oxide. HEX triplet: 64, 1A and 06. RGB value is (100,26,6). Sum of RGB (Red+Green+Blue) = 100+26+6=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #641A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A06 is #9BE5F9. Grayscale: #2E2E2E. Windows color (decimal): -10216954 or 399972. OLE color: 399972.

HSL color Cylindrical-coordinate representation of color #641A06: hue angle of 12.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #641A06 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100266-
CMYK00.740.940.61
HSL12.77º88.68%20.78%-
HSV(B)12.77º94%39.22%-
XYZ5.663.460.54-
YUV45.85105.52166.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 75.76%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=75.76%
G=19.70%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10026600.740.940.6112.7788.6820.78
Hex641A604A5E3Dd5915
Octal1443260112136751513125
Binary1100100110101100100101010111101111011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641A06; }

 p { color: rgb(100,26,6); }

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

<style>
 a { background-color: #641A06; }

 a { background-color: rgb(100,26,6); }

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

<style>
 span { border-color: #641A06; }

 span { border-color: rgb(100,26,6); }

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