#661610

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

Shades of Red Oxide #661610

Tints of Red Oxide #661610

Color information

#661610 (or 0x661610) is unknown color: approx Red Oxide. HEX triplet: 66, 16 and 10. RGB value is (102,22,16). Sum of RGB (Red+Green+Blue) = 102+22+16=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #661610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661610 is #99E9EF. Grayscale: #2D2D2D. Windows color (decimal): -10086896 or 1054310. OLE color: 1054310.

HSL color Cylindrical-coordinate representation of color #661610: hue angle of 4.19º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661610 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1022216-
CMYK00.780.840.6
HSL4.19º72.88%23.14%-
HSV(B)4.19º84.31%40%-
XYZ5.863.440.84-
YUV45.24111.5168.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.86%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=72.86%
G=15.71%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102221600.780.840.64.1972.8823.14
Hex66161004E543C44917
Octal1462620011612474411127
Binary11001101011010000010011101010100111100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661610; }

 p { color: rgb(102,22,16); }

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

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

 a { background-color: rgb(102,22,16); }

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

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

 span { border-color: rgb(102,22,16); }

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