#641706

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

Shades of Red Oxide #641706

Tints of Red Oxide #641706

Color information

#641706 (or 0x641706) is unknown color: approx Red Oxide. HEX triplet: 64, 17 and 06. RGB value is (100,23,6). Sum of RGB (Red+Green+Blue) = 100+23+6=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #641706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641706 is #9BE8F9. Grayscale: #2C2C2C. Windows color (decimal): -10217722 or 399204. OLE color: 399204.

HSL color Cylindrical-coordinate representation of color #641706: hue angle of 10.85º 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 #641706 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100236-
CMYK00.770.940.61
HSL10.85º88.68%20.78%-
HSV(B)10.85º94%39.22%-
XYZ5.593.340.52-
YUV44.08106.51167.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 77.52%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=77.52%
G=17.83%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10023600.770.940.6110.8588.6820.78
Hex6417604D5E3Db5915
Octal1442760115136751313125
Binary1100100101111100100110110111101111011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641706; }

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

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

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

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

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

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

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

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