#661804

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

Shades of Red Oxide #661804

Tints of Red Oxide #661804

Color information

#661804 (or 0x661804) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 04. RGB value is (102,24,4). Sum of RGB (Red+Green+Blue) = 102+24+4=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #661804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661804 is #99E7FB. Grayscale: #2D2D2D. Windows color (decimal): -10086396 or 268390. OLE color: 268390.

HSL color Cylindrical-coordinate representation of color #661804: hue angle of 12.24º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #661804 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB102244-
CMYK00.760.960.6
HSL12.24º92.45%20.78%-
HSV(B)12.24º96.08%40%-
XYZ5.833.490.48-
YUV45.04104.84168.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=78.46%
G=18.46%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10224400.760.960.612.2492.4520.78
Hex6618404C603Cc5c15
Octal1463040114140741413425
Binary1100110110001000100110011000001111001100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661804; }

 p { color: rgb(102,24,4); }

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

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

 a { background-color: rgb(102,24,4); }

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

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

 span { border-color: rgb(102,24,4); }

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