Html Css Color HEX #60403B Metallic Copper

📋 copy color: '#60403B'

red 96 ◦ green 64 ◦ blue 59

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

Shades of Metallic Copper #60403B

Tints of Metallic Copper #60403B

RGB

 RED value IS 96 (37.89% from 255) = 43.84%

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

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

R = 43.84%
G = 29.22%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60403B (or 0x60403B) is known color: Metallic Copper. HEX triplet: 60, 40 and 3B. RGB value is (96,64,59). Sum of RGB (Red+Green+Blue) = 96+64+59=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #60403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60403B is #9FBFC4. Grayscale: #494949. Windows color (decimal): -10469317 or 3883104. OLE color: 3883104.

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

Color convert

RGB 96 64 59 -
CMYK 0 0.33 0.39 0.62
HSL 8.11º 0.24% 0.3% -
HSV(B) 8.11º 0.39% 0.38% -
XYZ 7.45 6.47 4.99 -
YUV 73 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 96 64 59 0 0.33 0.39 0.62 8.11 0.24 0.3
Hex 60 40 3B 0 21 27 3E 8 18 1E
Octal 140 100 73 0 41 47 76 10 30 36
Binary 1100000 1000000 111011 0 100001 100111 111110 1000 11000 11110

Color Harmonies of #60403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60403B

Black with #60403B

Text Example


Text Example

White with #60403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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