#661800

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

Shades of Red Oxide #661800

Tints of Red Oxide #661800

Color information

#661800 (or 0x661800) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 00. RGB value is (102,24,0). Sum of RGB (Red+Green+Blue) = 102+24+0=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #661800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661800 is #99E7FF. Grayscale: #2C2C2C. Windows color (decimal): -10086400 or 6246. OLE color: 6246.

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

Color convert

RGB102240-
CMYK00.7610.6
HSL14.12º100%20%-
HSV(B)14.12º100%40%-
XYZ5.813.480.37-
YUV44.59102.84168.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10224000.7610.614.1210020
Hex6618004C643Ce6414
Octal1463000114144741614424
Binary11001101100000100110011001001111001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661800; }

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

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

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

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

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

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

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

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