#631708

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

Shades of Red Oxide #631708

Tints of Red Oxide #631708

Color information

#631708 (or 0x631708) is unknown color: approx Red Oxide. HEX triplet: 63, 17 and 08. RGB value is (99,23,8). Sum of RGB (Red+Green+Blue) = 99+23+8=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #631708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631708 is #9CE8F7. Grayscale: #2C2C2C. Windows color (decimal): -10283256 or 530275. OLE color: 530275.

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

Color convert

RGB99238-
CMYK00.770.920.61
HSL9.89º85.05%20.98%-
HSV(B)9.89º91.92%38.82%-
XYZ5.53.280.57-
YUV44.01107.68167.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.15%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=76.15%
G=17.69%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9923800.770.920.619.8985.0520.98
Hex6317804D5C3Da5515
Octal14327100115134751212525
Binary11000111011110000100110110111001111011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631708; }

 p { color: rgb(99,23,8); }

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

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

 a { background-color: rgb(99,23,8); }

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

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

 span { border-color: rgb(99,23,8); }

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