Html Css Color HEX #631E14 Red Oxide

📋 copy color: '#631E14'

red 99 ◦ green 30 ◦ blue 20

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

Shades of Red Oxide #631E14

Tints of Red Oxide #631E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 66.44%
G = 20.13%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#631E14 (or 0x631E14) is known color: Red Oxide. HEX triplet: 63, 1E and 14. RGB value is (99,30,20). Sum of RGB (Red+Green+Blue) = 99+30+20=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E14 is #9CE1EB. Grayscale: #313131. Windows color (decimal): -10281452 or 1318499. OLE color: 1318499.

HSL color Cylindrical-coordinate representation of color #631E14: hue angle of 7.59º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631E14 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 30 20 -
CMYK 0 0.70 0.80 0.61
HSL 7.59º 0.66% 0.23% -
HSV(B) 7.59º 0.8% 0.39% -
XYZ 5.74 3.63 1.06 -
YUV 49.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 99 30 20 0 0.70 0.80 0.61 7.59 0.66 0.23
Hex 63 1E 14 0 46 50 3D 8 42 17
Octal 143 36 24 0 106 120 75 10 102 27
Binary 1100011 11110 10100 0 1000110 1010000 111101 1000 1000010 10111

Color Harmonies of #631E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E14

Black with #631E14

Text Example


Text Example

White with #631E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631E14; }

 p { color: rgb(99,30,20); }

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

background-color css

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

 a { background-color: rgb(99,30,20); }

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

border-color css

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

 span { border-color: rgb(99,30,20); }

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