#651700

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

Shades of Red Oxide #651700

Tints of Red Oxide #651700

Color information

#651700 (or 0x651700) is unknown color: approx Red Oxide. HEX triplet: 65, 17 and 00. RGB value is (101,23,0). Sum of RGB (Red+Green+Blue) = 101+23+0=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #651700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651700 is #9AE8FF. Grayscale: #2B2B2B. Windows color (decimal): -10152192 or 5989. OLE color: 5989.

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

Color convert

RGB101230-
CMYK00.7710.60
HSL13.66º100%19.8%-
HSV(B)13.66º100%39.61%-
XYZ5.673.380.35-
YUV43.7103.34168.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 81.45%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.45%
G=18.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10123000.7710.6013.6610019.8
Hex6517004D643Ce6414
Octal1452700115144741614424
Binary11001011011100100110111001001111001110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651700; }

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

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

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

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

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

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

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

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