#631602

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

Shades of Red Oxide #631602

Tints of Red Oxide #631602

Color information

#631602 (or 0x631602) is unknown color: approx Red Oxide. HEX triplet: 63, 16 and 02. RGB value is (99,22,2). Sum of RGB (Red+Green+Blue) = 99+22+2=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #631602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631602 is #9CE9FD. Grayscale: #2A2A2A. Windows color (decimal): -10283518 or 136803. OLE color: 136803.

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

Color convert

RGB99222-
CMYK00.780.980.61
HSL12.37º96.04%19.8%-
HSV(B)12.37º97.98%38.82%-
XYZ5.443.230.39-
YUV42.74105.01168.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 80.49%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=80.49%
G=17.89%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9922200.780.980.6112.3796.0419.8
Hex6316204E623Dc6014
Octal1432620116142751414024
Binary110001110110100100111011000101111011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631602; }

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

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

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

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

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

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

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

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