Html Css Color HEX #61413B Metallic Copper

📋 copy color: '#61413B'

red 97 ◦ green 65 ◦ blue 59

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

Shades of Metallic Copper #61413B

Tints of Metallic Copper #61413B

RGB

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

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

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

R = 43.89%
G = 29.41%
B = 26.7%

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

#61413B (or 0x61413B) is known color: Metallic Copper. HEX triplet: 61, 41 and 3B. RGB value is (97,65,59). Sum of RGB (Red+Green+Blue) = 97+65+59=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61413B is #9EBEC4. Grayscale: #494949. Windows color (decimal): -10403525 or 3883361. OLE color: 3883361.

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

Color convert

RGB 97 65 59 -
CMYK 0 0.33 0.39 0.62
HSL 9.47º 0.24% 0.31% -
HSV(B) 9.47º 0.39% 0.38% -
XYZ 7.61 6.64 5.02 -
YUV 73.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 97 65 59 0 0.33 0.39 0.62 9.47 0.24 0.31
Hex 61 41 3B 0 21 27 3E 9 18 1F
Octal 141 101 73 0 41 47 76 11 30 37
Binary 1100001 1000001 111011 0 100001 100111 111110 1001 11000 11111

Color Harmonies of #61413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61413B

Black with #61413B

Text Example


Text Example

White with #61413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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