Html Css Color HEX #631E12 Red Oxide

📋 copy color: '#631E12'

red 99 ◦ green 30 ◦ blue 18

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

Shades of Red Oxide #631E12

Tints of Red Oxide #631E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 67.35%
G = 20.41%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#631E12 (or 0x631E12) is known color: Red Oxide. HEX triplet: 63, 1E and 12. RGB value is (99,30,18). Sum of RGB (Red+Green+Blue) = 99+30+18=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #631E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E12 is #9CE1ED. Grayscale: #313131. Windows color (decimal): -10281454 or 1187427. OLE color: 1187427.

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

Color convert

RGB 99 30 18 -
CMYK 0 0.70 0.82 0.61
HSL 8.89º 0.69% 0.23% -
HSV(B) 8.89º 0.82% 0.39% -
XYZ 5.72 3.62 0.97 -
YUV 49.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 99 30 18 0 0.70 0.82 0.61 8.89 0.69 0.23
Hex 63 1E 12 0 46 52 3D 9 45 17
Octal 143 36 22 0 106 122 75 11 105 27
Binary 1100011 11110 10010 0 1000110 1010010 111101 1001 1000101 10111

Color Harmonies of #631E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E12

Black with #631E12

Text Example


Text Example

White with #631E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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