#651704

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

Shades of Red Oxide #651704

Tints of Red Oxide #651704

Color information

#651704 (or 0x651704) is unknown color: approx Red Oxide. HEX triplet: 65, 17 and 04. RGB value is (101,23,4). Sum of RGB (Red+Green+Blue) = 101+23+4=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651704 is #9AE8FB. Grayscale: #2C2C2C. Windows color (decimal): -10152188 or 268133. OLE color: 268133.

HSL color Cylindrical-coordinate representation of color #651704: hue angle of 11.75º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #651704 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB101234-
CMYK00.770.960.60
HSL11.75º92.38%20.59%-
HSV(B)11.75º96.04%39.61%-
XYZ5.73.390.47-
YUV44.16105.34168.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=78.91%
G=17.97%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123400.770.960.6011.7592.3820.59
Hex6517404D603Cc5c15
Octal1452740115140741413425
Binary1100101101111000100110111000001111001100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651704; }

 p { color: rgb(101,23,4); }

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

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

 a { background-color: rgb(101,23,4); }

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

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

 span { border-color: rgb(101,23,4); }

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