#661E13

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

Shades of Red Oxide #661E13

Tints of Red Oxide #661E13

Color information

#661E13 (or 0x661E13) is unknown color: approx Red Oxide. HEX triplet: 66, 1E and 13. RGB value is (102,30,19). Sum of RGB (Red+Green+Blue) = 102+30+19=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #661E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E13 is #99E1EC. Grayscale: #323232. Windows color (decimal): -10084845 or 1252966. OLE color: 1252966.

HSL color Cylindrical-coordinate representation of color #661E13: hue angle of 7.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661E13 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1023019-
CMYK00.710.810.6
HSL7.95º68.6%23.73%-
HSV(B)7.95º81.37%40%-
XYZ6.063.81.03-
YUV50.27110.35164.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=67.55%
G=19.87%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102301900.710.810.67.9568.623.73
Hex661E13047513C84518
Octal14636230107121741010530
Binary110011011110100110100011110100011111001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,30,19); }

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

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

 a { background-color: rgb(102,30,19); }

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

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

 span { border-color: rgb(102,30,19); }

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