#631600

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

Shades of Red Oxide #631600

Tints of Red Oxide #631600

Color information

#631600 (or 0x631600) is unknown color: approx Red Oxide. HEX triplet: 63, 16 and 00. RGB value is (99,22,0). Sum of RGB (Red+Green+Blue) = 99+22+0=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #631600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631600 is #9CE9FF. Grayscale: #2A2A2A. Windows color (decimal): -10283520 or 5731. OLE color: 5731.

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

Color convert

RGB99220-
CMYK00.7810.61
HSL13.33º100%19.41%-
HSV(B)13.33º100%38.82%-
XYZ5.433.230.34-
YUV42.52104.01168.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 81.82%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.82%
G=18.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9922000.7810.6113.3310019.41
Hex6316004E643Dd6413
Octal1432600116144751514423
Binary11000111011000100111011001001111011101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631600; }

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

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

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

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

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

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

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

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