Html Css Color HEX #631E17 Red Oxide

📋 copy color: '#631E17'

red 99 ◦ green 30 ◦ blue 23

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

Shades of Red Oxide #631E17

Tints of Red Oxide #631E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 65.13%
G = 19.74%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#631E17 (or 0x631E17) is known color: Red Oxide. HEX triplet: 63, 1E and 17. RGB value is (99,30,23). Sum of RGB (Red+Green+Blue) = 99+30+23=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #631E17 is #9CE1E8. Grayscale: #313131. Windows color (decimal): -10281449 or 1515107. OLE color: 1515107.

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

Color convert

RGB 99 30 23 -
CMYK 0 0.70 0.77 0.61
HSL 5.53º 0.62% 0.24% -
HSV(B) 5.53º 0.77% 0.39% -
XYZ 5.76 3.64 1.21 -
YUV 49.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 99 30 23 0 0.70 0.77 0.61 5.53 0.62 0.24
Hex 63 1E 17 0 46 4D 3D 6 3E 18
Octal 143 36 27 0 106 115 75 6 76 30
Binary 1100011 11110 10111 0 1000110 1001101 111101 110 111110 11000

Color Harmonies of #631E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631E17

Black with #631E17

Text Example


Text Example

White with #631E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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