#661712

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

Shades of Red Oxide #661712

Tints of Red Oxide #661712

Color information

#661712 (or 0x661712) is unknown color: approx Red Oxide. HEX triplet: 66, 17 and 12. RGB value is (102,23,18). Sum of RGB (Red+Green+Blue) = 102+23+18=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661712 is #99E8ED. Grayscale: #2E2E2E. Windows color (decimal): -10086638 or 1185638. OLE color: 1185638.

HSL color Cylindrical-coordinate representation of color #661712: hue angle of 3.57º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661712 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1022318-
CMYK00.770.820.6
HSL3.57º70%23.53%-
HSV(B)3.57º82.35%40%-
XYZ5.93.480.93-
YUV46.05112.17167.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=71.33%
G=16.08%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102231800.770.820.63.577023.53
Hex66171204D523C44618
Octal1462722011512274410630
Binary11001101011110010010011011010010111100100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661712; }

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

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

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

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

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

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

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

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