#661005

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

Shades of Red Oxide #661005

Tints of Red Oxide #661005

Color information

#661005 (or 0x661005) is unknown color: approx Red Oxide. HEX triplet: 66, 10 and 05. RGB value is (102,16,5). Sum of RGB (Red+Green+Blue) = 102+16+5=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661005 is #99EFFA. Grayscale: #282828. Windows color (decimal): -10088443 or 331878. OLE color: 331878.

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

Color convert

RGB102165-
CMYK00.840.950.6
HSL6.8º90.65%20.98%-
HSV(B)6.8º95.1%40%-
XYZ5.693.210.46-
YUV40.46107.99171.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.93%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=82.93%
G=13.01%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10216500.840.950.66.890.6520.98
Hex661050545F3C75b15
Octal146205012413774713325
Binary110011010000101010101001011111111100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661005; }

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

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

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

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

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

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

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

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