Html Css Color HEX #61413C Metallic Copper

📋 copy color: '#61413C'

red 97 ◦ green 65 ◦ blue 60

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

Shades of Metallic Copper #61413C

Tints of Metallic Copper #61413C

RGB

 RED value IS 97 (38.28% from 255) = 43.69%

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

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

R = 43.69%
G = 29.28%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61413C (or 0x61413C) is known color: Metallic Copper. HEX triplet: 61, 41 and 3C. RGB value is (97,65,60). Sum of RGB (Red+Green+Blue) = 97+65+60=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #61413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61413C is #9EBEC3. Grayscale: #4A4A4A. Windows color (decimal): -10403524 or 3948897. OLE color: 3948897.

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

Color convert

RGB 97 65 60 -
CMYK 0 0.33 0.38 0.62
HSL 8.11º 0.24% 0.31% -
HSV(B) 8.11º 0.38% 0.38% -
XYZ 7.64 6.65 5.16 -
YUV 74 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 97 65 60 0 0.33 0.38 0.62 8.11 0.24 0.31
Hex 61 41 3C 0 21 26 3E 8 18 1F
Octal 141 101 74 0 41 46 76 10 30 37
Binary 1100001 1000001 111100 0 100001 100110 111110 1000 11000 11111

Color Harmonies of #61413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61413C

Black with #61413C

Text Example


Text Example

White with #61413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,65,60); }

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

background-color css

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

 a { background-color: rgb(97,65,60); }

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

border-color css

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

 span { border-color: rgb(97,65,60); }

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