#661812

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

Shades of Red Oxide #661812

Tints of Red Oxide #661812

Color information

#661812 (or 0x661812) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 12. RGB value is (102,24,18). Sum of RGB (Red+Green+Blue) = 102+24+18=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661812 is #99E7ED. Grayscale: #2E2E2E. Windows color (decimal): -10086382 or 1185894. OLE color: 1185894.

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

Color convert

RGB1022418-
CMYK00.760.820.6
HSL4.29º70%23.53%-
HSV(B)4.29º82.35%40%-
XYZ5.923.520.94-
YUV46.64111.84167.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=70.83%
G=16.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102241800.760.820.64.297023.53
Hex66181204C523C44618
Octal1463022011412274410630
Binary11001101100010010010011001010010111100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661812; }

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

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

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

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

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

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

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

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