Html Css Color HEX #62403B Metallic Copper

📋 copy color: '#62403B'

red 98 ◦ green 64 ◦ blue 59

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

Shades of Metallic Copper #62403B

Tints of Metallic Copper #62403B

RGB

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

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

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

R = 44.34%
G = 28.96%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62403B (or 0x62403B) is known color: Metallic Copper. HEX triplet: 62, 40 and 3B. RGB value is (98,64,59). Sum of RGB (Red+Green+Blue) = 98+64+59=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #62403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62403B is #9DBFC4. Grayscale: #494949. Windows color (decimal): -10338245 or 3883106. OLE color: 3883106.

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

Color convert

RGB 98 64 59 -
CMYK 0 0.35 0.40 0.62
HSL 7.69º 0.25% 0.31% -
HSV(B) 7.69º 0.4% 0.38% -
XYZ 7.66 6.58 5 -
YUV 73.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 98 64 59 0 0.35 0.40 0.62 7.69 0.25 0.31
Hex 62 40 3B 0 23 28 3E 8 19 1F
Octal 142 100 73 0 43 50 76 10 31 37
Binary 1100010 1000000 111011 0 100011 101000 111110 1000 11001 11111

Color Harmonies of #62403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62403B

Black with #62403B

Text Example


Text Example

White with #62403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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