#661F12

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

Shades of Red Oxide #661F12

Tints of Red Oxide #661F12

Color information

#661F12 (or 0x661F12) is unknown color: approx Red Oxide. HEX triplet: 66, 1F and 12. RGB value is (102,31,18). Sum of RGB (Red+Green+Blue) = 102+31+18=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #661F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F12 is #99E0ED. Grayscale: #323232. Windows color (decimal): -10084590 or 1187686. OLE color: 1187686.

HSL color Cylindrical-coordinate representation of color #661F12: hue angle of 9.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 #661F12 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1023118-
CMYK00.700.820.6
HSL9.29º70%23.53%-
HSV(B)9.29º82.35%40%-
XYZ6.083.850.99-
YUV50.75109.52164.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=67.55%
G=20.53%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102311800.700.820.69.297023.53
Hex661F12046523C94618
Octal14637220106122741110630
Binary110011011111100100100011010100101111001001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661F12; }

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

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

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

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

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

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

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

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