#651709

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

Shades of Red Oxide #651709

Tints of Red Oxide #651709

Color information

#651709 (or 0x651709) is unknown color: approx Red Oxide. HEX triplet: 65, 17 and 09. RGB value is (101,23,9). Sum of RGB (Red+Green+Blue) = 101+23+9=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #651709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651709 is #9AE8F6. Grayscale: #2C2C2C. Windows color (decimal): -10152183 or 595813. OLE color: 595813.

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

Color convert

RGB101239-
CMYK00.770.910.60
HSL9.13º83.64%21.57%-
HSV(B)9.13º91.09%39.61%-
XYZ5.723.40.61-
YUV44.73107.84168.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=75.94%
G=17.29%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123900.770.910.609.1383.6421.57
Hex6517904D5B3C95416
Octal14527110115133741112426
Binary11001011011110010100110110110111111001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651709; }

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

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

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

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

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

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

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

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