Html Css Color HEX #630600 Maroon

📋 copy color: '#630600'

red 99 ◦ green 6 ◦ blue 0

#630600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #630600

Tints of Maroon #630600

RGB

 RED value IS 99 (39.06% from 255) = 94.29%

 GREEN value IS 6 (2.73% from 255) = 5.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.29%
G = 5.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#630600 (or 0x630600) is known color: Maroon. HEX triplet: 63, 06 and 00. RGB value is (99,6,0). Sum of RGB (Red+Green+Blue) = 99+6+0=105 (13% of max value = 765). Red value is 99 (39.06% from 255 or 94.29% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 99 - color contains mainly: red. Hex color #630600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630600 is #9CF9FF. Grayscale: #212121. Windows color (decimal): -10287616 or 1635. OLE color: 1635.

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

Color convert

RGB 99 6 0 -
CMYK 0 0.94 1 0.61
HSL 3.64º 1% 0.19% -
HSV(B) 3.64º 1% 0.39% -
XYZ 5.21 2.78 0.26 -
YUV 33.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 99 6 0 0 0.94 1 0.61 3.64 1 0.19
Hex 63 6 0 0 5E 64 3D 4 64 13
Octal 143 6 0 0 136 144 75 4 144 23
Binary 1100011 110 0 0 1011110 1100100 111101 100 1100100 10011

Color Harmonies of #630600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630600

Black with #630600

Text Example


Text Example

White with #630600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630600; }

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

 H1.HeaderClassName
 {
   color: #630600;
 }
 .AnyTagClassName
 {
   color: #630600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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