Html Css Color HEX #63413B Metallic Copper

📋 copy color: '#63413B'

red 99 ◦ green 65 ◦ blue 59

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

Shades of Metallic Copper #63413B

Tints of Metallic Copper #63413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 44.39%
G = 29.15%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63413B (or 0x63413B) is known color: Metallic Copper. HEX triplet: 63, 41 and 3B. RGB value is (99,65,59). Sum of RGB (Red+Green+Blue) = 99+65+59=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #63413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63413B is #9CBEC4. Grayscale: #4A4A4A. Windows color (decimal): -10272453 or 3883363. OLE color: 3883363.

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

Color convert

RGB 99 65 59 -
CMYK 0 0.34 0.40 0.61
HSL 0.25% 0.31% -
HSV(B) 0.4% 0.39% -
XYZ 7.83 6.75 5.03 -
YUV 74.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 99 65 59 0 0.34 0.40 0.61 9 0.25 0.31
Hex 63 41 3B 0 22 28 3D 9 19 1F
Octal 143 101 73 0 42 50 75 11 31 37
Binary 1100011 1000001 111011 0 100010 101000 111101 1001 11001 11111

Color Harmonies of #63413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63413B

Black with #63413B

Text Example


Text Example

White with #63413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63413B; }

 p { color: rgb(99,65,59); }

 H1.HeaderClassName
 {
   color: #63413B;
 }
 .AnyTagClassName
 {
   color: #63413B;
 }
</style>

background-color css

<style>
 a { background-color: #63413B; }

 a { background-color: rgb(99,65,59); }

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

border-color css

<style>
 span { border-color: #63413B; }

 span { border-color: rgb(99,65,59); }

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