Html Css Color HEX #63413A Metallic Copper

📋 copy color: '#63413A'

red 99 ◦ green 65 ◦ blue 58

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

Shades of Metallic Copper #63413A

Tints of Metallic Copper #63413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 44.59%
G = 29.28%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63413A (or 0x63413A) is known color: Metallic Copper. HEX triplet: 63, 41 and 3A. RGB value is (99,65,58). Sum of RGB (Red+Green+Blue) = 99+65+58=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #63413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63413A is #9CBEC5. Grayscale: #4A4A4A. Windows color (decimal): -10272454 or 3817827. OLE color: 3817827.

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

Color convert

RGB 99 65 58 -
CMYK 0 0.34 0.41 0.61
HSL 10.24º 0.26% 0.31% -
HSV(B) 10.24º 0.41% 0.39% -
XYZ 7.8 6.74 4.89 -
YUV 74.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 99 65 58 0 0.34 0.41 0.61 10.24 0.26 0.31
Hex 63 41 3A 0 22 29 3D A 1A 1F
Octal 143 101 72 0 42 51 75 12 32 37
Binary 1100011 1000001 111010 0 100010 101001 111101 1010 11010 11111

Color Harmonies of #63413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63413A

Black with #63413A

Text Example


Text Example

White with #63413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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