#651605

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

Shades of Red Oxide #651605

Tints of Red Oxide #651605

Color information

#651605 (or 0x651605) is unknown color: approx Red Oxide. HEX triplet: 65, 16 and 05. RGB value is (101,22,5). Sum of RGB (Red+Green+Blue) = 101+22+5=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651605 is #9AE9FA. Grayscale: #2B2B2B. Windows color (decimal): -10152443 or 333413. OLE color: 333413.

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

Color convert

RGB101225-
CMYK00.780.950.60
HSL10.62º90.57%20.78%-
HSV(B)10.62º95.05%39.61%-
XYZ5.683.350.49-
YUV43.68106.17168.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=78.91%
G=17.19%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10122500.780.950.6010.6290.5720.78
Hex6516504E5F3Cb5b15
Octal1452650116137741313325
Binary1100101101101010100111010111111111001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651605; }

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

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

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

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

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

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

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

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