#630706

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

Shades of Maroon #630706

Tints of Maroon #630706

Color information

#630706 (or 0x630706) is unknown color: approx Maroon. HEX triplet: 63, 07 and 06. RGB value is (99,7,6). Sum of RGB (Red+Green+Blue) = 99+7+6=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #630706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630706 is #9CF8F9. Grayscale: #222222. Windows color (decimal): -10287354 or 395107. OLE color: 395107.

HSL color Cylindrical-coordinate representation of color #630706: hue angle of 0.65º 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 #630706 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB9976-
CMYK00.930.940.61
HSL0.65º88.57%20.59%-
HSV(B)0.65º93.94%38.82%-
XYZ5.252.820.44-
YUV34.39111.98174.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 88.39%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=88.39%
G=6.25%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal997600.930.940.610.6588.5720.59
Hex637605D5E3D15915
Octal14376013513675113125
Binary11000111111100101110110111101111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630706; }

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

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

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

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

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

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

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

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