#661305

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

Shades of Red Oxide #661305

Tints of Red Oxide #661305

Color information

#661305 (or 0x661305) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 05. RGB value is (102,19,5). Sum of RGB (Red+Green+Blue) = 102+19+5=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #661305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661305 is #99ECFA. Grayscale: #2A2A2A. Windows color (decimal): -10087675 or 332646. OLE color: 332646.

HSL color Cylindrical-coordinate representation of color #661305: hue angle of 8.66º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #661305 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB102195-
CMYK00.810.950.6
HSL8.66º90.65%20.98%-
HSV(B)8.66º95.1%40%-
XYZ5.743.30.48-
YUV42.22107170.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=80.95%
G=15.08%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219500.810.950.68.6690.6520.98
Hex661350515F3C95b15
Octal1462350121137741113325
Binary1100110100111010101000110111111111001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661305; }

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

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

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

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

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

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

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

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