#631700

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

Shades of Red Oxide #631700

Tints of Red Oxide #631700

Color information

#631700 (or 0x631700) is unknown color: approx Red Oxide. HEX triplet: 63, 17 and 00. RGB value is (99,23,0). Sum of RGB (Red+Green+Blue) = 99+23+0=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631700 is #9CE8FF. Grayscale: #2B2B2B. Windows color (decimal): -10283264 or 5987. OLE color: 5987.

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

Color convert

RGB99230-
CMYK00.7710.61
HSL13.94º100%19.41%-
HSV(B)13.94º100%38.82%-
XYZ5.453.270.34-
YUV43.1103.68167.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.15%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.15%
G=18.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923000.7710.6113.9410019.41
Hex6317004D643De6413
Octal1432700115144751614423
Binary11000111011100100110111001001111011110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631700; }

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

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

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

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

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

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

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

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