#601703

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

Shades of Red Oxide #601703

Tints of Red Oxide #601703

Color information

#601703 (or 0x601703) is unknown color: approx Red Oxide. HEX triplet: 60, 17 and 03. RGB value is (96,23,3). Sum of RGB (Red+Green+Blue) = 96+23+3=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #601703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601703 is #9FE8FC. Grayscale: #2A2A2A. Windows color (decimal): -10479869 or 202592. OLE color: 202592.

HSL color Cylindrical-coordinate representation of color #601703: hue angle of 12.9º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #601703 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96233-
CMYK00.760.970.62
HSL12.9º93.94%19.41%-
HSV(B)12.9º96.88%37.65%-
XYZ5.153.110.41-
YUV42.55105.68166.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.69%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=78.69%
G=18.85%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9623300.760.970.6212.993.9419.41
Hex6017304C613Ed5e13
Octal1402730114141761513623
Binary110000010111110100110011000011111101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601703; }

 p { color: rgb(96,23,3); }

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

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

 a { background-color: rgb(96,23,3); }

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

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

 span { border-color: rgb(96,23,3); }

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