#631605

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

Shades of Red Oxide #631605

Tints of Red Oxide #631605

Color information

#631605 (or 0x631605) is unknown color: approx Red Oxide. HEX triplet: 63, 16 and 05. RGB value is (99,22,5). Sum of RGB (Red+Green+Blue) = 99+22+5=126 (16% of max value = 765). Red value is 99 (39.06% from 255 or 78.57% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 99 - color contains mainly: red. Hex color #631605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631605 is #9CE9FA. Grayscale: #2B2B2B. Windows color (decimal): -10283515 or 333411. OLE color: 333411.

HSL color Cylindrical-coordinate representation of color #631605: hue angle of 10.85º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #631605 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB99225-
CMYK00.780.950.61
HSL10.85º90.38%20.39%-
HSV(B)10.85º94.95%38.82%-
XYZ5.463.240.48-
YUV43.08106.51167.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 78.57%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=78.57%
G=17.46%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9922500.780.950.6110.8590.3820.39
Hex6316504E5F3Db5a14
Octal1432650116137751313224
Binary1100011101101010100111010111111111011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631605; }

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

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

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

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

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

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

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

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