Html Css Color HEX #631206 Red Oxide

📋 copy color: '#631206'

red 99 ◦ green 18 ◦ blue 6

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

Shades of Red Oxide #631206

Tints of Red Oxide #631206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

 BLUE value IS 6 (2.73% from 255) = 4.88%

R = 80.49%
G = 14.63%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#631206 (or 0x631206) is known color: Red Oxide. HEX triplet: 63, 12 and 06. RGB value is (99,18,6). Sum of RGB (Red+Green+Blue) = 99+18+6=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #631206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631206 is #9CEDF9. Grayscale: #282828. Windows color (decimal): -10284538 or 397923. OLE color: 397923.

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

Color convert

RGB 99 18 6 -
CMYK 0 0.82 0.94 0.61
HSL 7.74º 0.89% 0.21% -
HSV(B) 7.74º 0.94% 0.39% -
XYZ 5.39 3.1 0.49 -
YUV 40.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 99 18 6 0 0.82 0.94 0.61 7.74 0.89 0.21
Hex 63 12 6 0 52 5E 3D 8 59 15
Octal 143 22 6 0 122 136 75 10 131 25
Binary 1100011 10010 110 0 1010010 1011110 111101 1000 1011001 10101

Color Harmonies of #631206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631206

Black with #631206

Text Example


Text Example

White with #631206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631206; }

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

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

background-color css

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

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

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

border-color css

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

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

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