#630E04

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

Shades of Red Oxide #630E04

Tints of Red Oxide #630E04

Color information

#630E04 (or 0x630E04) is unknown color: approx Red Oxide. HEX triplet: 63, 0E and 04. RGB value is (99,14,4). Sum of RGB (Red+Green+Blue) = 99+14+4=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #630E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630E04 is #9CF1FB. Grayscale: #262626. Windows color (decimal): -10285564 or 265827. OLE color: 265827.

HSL color Cylindrical-coordinate representation of color #630E04: hue angle of 6.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630E04 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB99144-
CMYK00.860.960.61
HSL6.32º92.23%20.2%-
HSV(B)6.32º95.96%38.82%-
XYZ5.322.980.41-
YUV38.28108.66171.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 84.62%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=84.62%
G=11.97%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9914400.860.960.616.3292.2320.2
Hex63E4056603D65c14
Octal143164012614075613424
Binary11000111110100010101101100000111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630E04; }

 p { color: rgb(99,14,4); }

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

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

 a { background-color: rgb(99,14,4); }

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

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

 span { border-color: rgb(99,14,4); }

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