Html Css Color HEX #62423B Metallic Copper

📋 copy color: '#62423B'

red 98 ◦ green 66 ◦ blue 59

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

Shades of Metallic Copper #62423B

Tints of Metallic Copper #62423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

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

R = 43.95%
G = 29.6%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62423B (or 0x62423B) is known color: Metallic Copper. HEX triplet: 62, 42 and 3B. RGB value is (98,66,59). Sum of RGB (Red+Green+Blue) = 98+66+59=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 98 - color contains mainly: red. Hex color #62423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62423B is #9DBDC4. Grayscale: #4A4A4A. Windows color (decimal): -10337733 or 3883618. OLE color: 3883618.

HSL color Cylindrical-coordinate representation of color #62423B: hue angle of 10.77º 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 #62423B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 66 59 -
CMYK 0 0.33 0.40 0.62
HSL 10.77º 0.25% 0.31% -
HSV(B) 10.77º 0.4% 0.38% -
XYZ 7.77 6.81 5.04 -
YUV 74.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 98 66 59 0 0.33 0.40 0.62 10.77 0.25 0.31
Hex 62 42 3B 0 21 28 3E B 19 1F
Octal 142 102 73 0 41 50 76 13 31 37
Binary 1100010 1000010 111011 0 100001 101000 111110 1011 11001 11111

Color Harmonies of #62423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62423B

Black with #62423B

Text Example


Text Example

White with #62423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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