#630906

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

Shades of Maroon #630906

Tints of Maroon #630906

Color information

#630906 (or 0x630906) is unknown color: approx Maroon. HEX triplet: 63, 09 and 06. RGB value is (99,9,6). Sum of RGB (Red+Green+Blue) = 99+9+6=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #630906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630906 is #9CF6F9. Grayscale: #232323. Windows color (decimal): -10286842 or 395619. OLE color: 395619.

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

Color convert

RGB9996-
CMYK00.910.940.61
HSL1.94º88.57%20.59%-
HSV(B)1.94º93.94%38.82%-
XYZ5.282.860.45-
YUV35.57111.32173.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 86.84%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=86.84%
G=7.89%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999600.910.940.611.9488.5720.59
Hex639605B5E3D25915
Octal143116013313675213125
Binary1100011100111001011011101111011110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630906; }

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

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

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

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

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

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

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

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