#651705

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

Shades of Red Oxide #651705

Tints of Red Oxide #651705

Color information

#651705 (or 0x651705) is unknown color: approx Red Oxide. HEX triplet: 65, 17 and 05. RGB value is (101,23,5). Sum of RGB (Red+Green+Blue) = 101+23+5=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #651705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651705 is #9AE8FA. Grayscale: #2C2C2C. Windows color (decimal): -10152187 or 333669. OLE color: 333669.

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

Color convert

RGB101235-
CMYK00.770.950.60
HSL11.25º90.57%20.78%-
HSV(B)11.25º95.05%39.61%-
XYZ5.73.390.5-
YUV44.27105.84168.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=78.29%
G=17.83%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123500.770.950.6011.2590.5720.78
Hex6517504D5F3Cb5b15
Octal1452750115137741313325
Binary1100101101111010100110110111111111001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651705; }

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

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

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

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

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

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

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

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