#630F06

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

Shades of Red Oxide #630F06

Tints of Red Oxide #630F06

Color information

#630F06 (or 0x630F06) is unknown color: approx Red Oxide. HEX triplet: 63, 0F and 06. RGB value is (99,15,6). Sum of RGB (Red+Green+Blue) = 99+15+6=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #630F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630F06 is #9CF0F9. Grayscale: #272727. Windows color (decimal): -10285306 or 397155. OLE color: 397155.

HSL color Cylindrical-coordinate representation of color #630F06: hue angle of 5.81º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630F06 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB99156-
CMYK00.850.940.61
HSL5.81º88.57%20.59%-
HSV(B)5.81º93.94%38.82%-
XYZ5.353.010.47-
YUV39.09109.33170.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 82.5%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 6 (2.73% from 255) = 5%
R=82.5%
G=12.5%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9915600.850.940.615.8188.5720.59
Hex63F60555E3D65915
Octal143176012513675613125
Binary11000111111110010101011011110111101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,15,6); }

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

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

 a { background-color: rgb(99,15,6); }

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

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

 span { border-color: rgb(99,15,6); }

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