Html Css Color HEX #63493E Spice

📋 copy color: '#63493E'

red 99 ◦ green 73 ◦ blue 62

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

Shades of Spice #63493E

Tints of Spice #63493E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 42.31%
G = 31.2%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63493E (or 0x63493E) is known color: Spice. HEX triplet: 63, 49 and 3E. RGB value is (99,73,62). Sum of RGB (Red+Green+Blue) = 99+73+62=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #63493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63493E is #9CB6C1. Grayscale: #4F4F4F. Windows color (decimal): -10270402 or 4082019. OLE color: 4082019.

HSL color Cylindrical-coordinate representation of color #63493E: hue angle of 17.84º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63493E is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 62 -
CMYK 0 0.26 0.37 0.61
HSL 17.84º 0.23% 0.32% -
HSV(B) 17.84º 0.37% 0.39% -
XYZ 8.4 7.77 5.61 -
YUV 79.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 99 73 62 0 0.26 0.37 0.61 17.84 0.23 0.32
Hex 63 49 3E 0 1A 25 3D 12 17 20
Octal 143 111 76 0 32 45 75 22 27 40
Binary 1100011 1001001 111110 0 11010 100101 111101 10010 10111 100000

Color Harmonies of #63493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63493E

Black with #63493E

Text Example


Text Example

White with #63493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63493E; }

 p { color: rgb(99,73,62); }

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

background-color css

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

 a { background-color: rgb(99,73,62); }

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

border-color css

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

 span { border-color: rgb(99,73,62); }

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