#661D0F

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

Shades of Red Oxide #661D0F

Tints of Red Oxide #661D0F

Color information

#661D0F (or 0x661D0F) is unknown color: approx Red Oxide. HEX triplet: 66, 1D and 0F. RGB value is (102,29,15). Sum of RGB (Red+Green+Blue) = 102+29+15=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #661D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D0F is #99E2F0. Grayscale: #313131. Windows color (decimal): -10085105 or 990566. OLE color: 990566.

HSL color Cylindrical-coordinate representation of color #661D0F: hue angle of 9.66º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661D0F is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1022915-
CMYK00.720.850.6
HSL9.66º74.36%22.94%-
HSV(B)9.66º85.29%40%-
XYZ6.013.740.86-
YUV49.23108.68165.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=69.86%
G=19.86%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102291500.720.850.69.6674.3622.94
Hex661DF048553Ca4a17
Octal14635170110125741211227
Binary11001101110111110100100010101011111001010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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