#661D13

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

Shades of Red Oxide #661D13

Tints of Red Oxide #661D13

Color information

#661D13 (or 0x661D13) is unknown color: approx Red Oxide. HEX triplet: 66, 1D and 13. RGB value is (102,29,19). Sum of RGB (Red+Green+Blue) = 102+29+19=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #661D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D13 is #99E2EC. Grayscale: #313131. Windows color (decimal): -10085101 or 1252710. OLE color: 1252710.

HSL color Cylindrical-coordinate representation of color #661D13: hue angle of 7.23º 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 #661D13 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1022919-
CMYK00.720.810.6
HSL7.23º68.6%23.73%-
HSV(B)7.23º81.37%40%-
XYZ6.043.751.02-
YUV49.69110.68165.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=68%
G=19.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102291900.720.810.67.2368.623.73
Hex661D13048513C74518
Octal1463523011012174710530
Binary11001101110110011010010001010001111100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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