#661F14

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

Shades of Red Oxide #661F14

Tints of Red Oxide #661F14

Color information

#661F14 (or 0x661F14) is unknown color: approx Red Oxide. HEX triplet: 66, 1F and 14. RGB value is (102,31,20). Sum of RGB (Red+Green+Blue) = 102+31+20=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F14 is #99E0EB. Grayscale: #333333. Windows color (decimal): -10084588 or 1318758. OLE color: 1318758.

HSL color Cylindrical-coordinate representation of color #661F14: hue angle of 8.05º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661F14 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1023120-
CMYK00.700.800.6
HSL8.05º67.21%23.92%-
HSV(B)8.05º80.39%40%-
XYZ6.13.861.08-
YUV50.97110.52164.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=66.67%
G=20.26%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102312000.700.800.68.0567.2123.92
Hex661F14046503C84318
Octal14637240106120741010330
Binary110011011111101000100011010100001111001000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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