Html Css Color HEX #62403C Metallic Copper

📋 copy color: '#62403C'

red 98 ◦ green 64 ◦ blue 60

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

Shades of Metallic Copper #62403C

Tints of Metallic Copper #62403C

RGB

 RED value IS 98 (38.67% from 255) = 44.14%

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

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

R = 44.14%
G = 28.83%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#62403C (or 0x62403C) is known color: Metallic Copper. HEX triplet: 62, 40 and 3C. RGB value is (98,64,60). Sum of RGB (Red+Green+Blue) = 98+64+60=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62403C is #9DBFC3. Grayscale: #494949. Windows color (decimal): -10338244 or 3948642. OLE color: 3948642.

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

Color convert

RGB 98 64 60 -
CMYK 0 0.35 0.39 0.62
HSL 6.32º 0.24% 0.31% -
HSV(B) 6.32º 0.39% 0.38% -
XYZ 7.69 6.59 5.14 -
YUV 73.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 98 64 60 0 0.35 0.39 0.62 6.32 0.24 0.31
Hex 62 40 3C 0 23 27 3E 6 18 1F
Octal 142 100 74 0 43 47 76 6 30 37
Binary 1100010 1000000 111100 0 100011 100111 111110 110 11000 11111

Color Harmonies of #62403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62403C

Black with #62403C

Text Example


Text Example

White with #62403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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