#661710

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

Shades of Red Oxide #661710

Tints of Red Oxide #661710

Color information

#661710 (or 0x661710) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 10. RGB value is (102,23,16). Sum of RGB (Red+Green+Blue) = 102+23+16=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661710 is #99E8EF. Grayscale: #2D2D2D. Windows color (decimal): -10086640 or 1054566. OLE color: 1054566.

HSL color Cylindrical-coordinate representation of color #661710: hue angle of 4.88º 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 #661710 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1022316-
CMYK00.770.840.6
HSL4.88º72.88%23.14%-
HSV(B)4.88º84.31%40%-
XYZ5.883.470.85-
YUV45.82111.17168.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=72.34%
G=16.31%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102231600.770.840.64.8872.8823.14
Hex66171004D543C54917
Octal1462720011512474511127
Binary11001101011110000010011011010100111100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661710; }

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

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

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

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

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

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

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

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