#651C10

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

Shades of Red Oxide #651C10

Tints of Red Oxide #651C10

Color information

#651C10 (or 0x651C10) is unknown color: approx Red Oxide. HEX triplet: 65, 1C and 10. RGB value is (101,28,16). Sum of RGB (Red+Green+Blue) = 101+28+16=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #651C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651C10 is #9AE3EF. Grayscale: #303030. Windows color (decimal): -10150896 or 1055845. OLE color: 1055845.

HSL color Cylindrical-coordinate representation of color #651C10: hue angle of 8.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651C10 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB1012816-
CMYK00.720.840.60
HSL8.47º72.65%22.94%-
HSV(B)8.47º84.16%39.61%-
XYZ5.883.630.88-
YUV48.46109.68165.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=69.66%
G=19.31%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101281600.720.840.608.4772.6522.94
Hex651C10048543C84917
Octal14534200110124741011127
Binary110010111100100000100100010101001111001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C10; }

 p { color: rgb(101,28,16); }

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

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

 a { background-color: rgb(101,28,16); }

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

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

 span { border-color: rgb(101,28,16); }

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