Html Css Color HEX #631806 Red Oxide

📋 copy color: '#631806'

red 99 ◦ green 24 ◦ blue 6

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

Shades of Red Oxide #631806

Tints of Red Oxide #631806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 76.74%
G = 18.6%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#631806 (or 0x631806) is known color: Red Oxide. HEX triplet: 63, 18 and 06. RGB value is (99,24,6). Sum of RGB (Red+Green+Blue) = 99+24+6=129 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.74% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 99 - color contains mainly: red. Hex color #631806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631806 is #9CE7F9. Grayscale: #2C2C2C. Windows color (decimal): -10283002 or 399459. OLE color: 399459.

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

Color convert

RGB 99 24 6 -
CMYK 0 0.76 0.94 0.61
HSL 11.61º 0.89% 0.21% -
HSV(B) 11.61º 0.94% 0.39% -
XYZ 5.51 3.32 0.52 -
YUV 44.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 99 24 6 0 0.76 0.94 0.61 11.61 0.89 0.21
Hex 63 18 6 0 4C 5E 3D C 59 15
Octal 143 30 6 0 114 136 75 14 131 25
Binary 1100011 11000 110 0 1001100 1011110 111101 1100 1011001 10101

Color Harmonies of #631806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631806

Black with #631806

Text Example


Text Example

White with #631806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631806; }

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

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

background-color css

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

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

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

border-color css

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

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

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