Html Css Color HEX #63403C Metallic Copper

📋 copy color: '#63403C'

red 99 ◦ green 64 ◦ blue 60

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

Shades of Metallic Copper #63403C

Tints of Metallic Copper #63403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 44.39%
G = 28.7%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#63403C (or 0x63403C) is known color: Metallic Copper. HEX triplet: 63, 40 and 3C. RGB value is (99,64,60). Sum of RGB (Red+Green+Blue) = 99+64+60=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63403C is #9CBFC3. Grayscale: #4A4A4A. Windows color (decimal): -10272708 or 3948643. OLE color: 3948643.

HSL color Cylindrical-coordinate representation of color #63403C: hue angle of 6.15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63403C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 60 -
CMYK 0 0.35 0.39 0.61
HSL 6.15º 0.25% 0.31% -
HSV(B) 6.15º 0.39% 0.39% -
XYZ 7.79 6.65 5.15 -
YUV 74.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 99 64 60 0 0.35 0.39 0.61 6.15 0.25 0.31
Hex 63 40 3C 0 23 27 3D 6 19 1F
Octal 143 100 74 0 43 47 75 6 31 37
Binary 1100011 1000000 111100 0 100011 100111 111101 110 11001 11111

Color Harmonies of #63403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63403C

Black with #63403C

Text Example


Text Example

White with #63403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63403C; }

 p { color: rgb(99,64,60); }

 H1.HeaderClassName
 {
   color: #63403C;
 }
 .AnyTagClassName
 {
   color: #63403C;
 }
</style>

background-color css

<style>
 a { background-color: #63403C; }

 a { background-color: rgb(99,64,60); }

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

border-color css

<style>
 span { border-color: #63403C; }

 span { border-color: rgb(99,64,60); }

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