Html Css Color HEX #63473D Spice

📋 copy color: '#63473D'

red 99 ◦ green 71 ◦ blue 61

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

Shades of Spice #63473D

Tints of Spice #63473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 42.86%
G = 30.74%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63473D (or 0x63473D) is known color: Spice. HEX triplet: 63, 47 and 3D. RGB value is (99,71,61). Sum of RGB (Red+Green+Blue) = 99+71+61=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63473D is #9CB8C2. Grayscale: #4E4E4E. Windows color (decimal): -10270915 or 4015971. OLE color: 4015971.

HSL color Cylindrical-coordinate representation of color #63473D: hue angle of 15.79º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63473D is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 71 61 -
CMYK 0 0.28 0.38 0.61
HSL 15.79º 0.24% 0.31% -
HSV(B) 15.79º 0.38% 0.39% -
XYZ 8.24 7.5 5.43 -
YUV 78.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 99 71 61 0 0.28 0.38 0.61 15.79 0.24 0.31
Hex 63 47 3D 0 1C 26 3D 10 18 1F
Octal 143 107 75 0 34 46 75 20 30 37
Binary 1100011 1000111 111101 0 11100 100110 111101 10000 11000 11111

Color Harmonies of #63473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63473D

Black with #63473D

Text Example


Text Example

White with #63473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63473D; }

 p { color: rgb(99,71,61); }

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

background-color css

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

 a { background-color: rgb(99,71,61); }

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

border-color css

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

 span { border-color: rgb(99,71,61); }

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