Html Css Color HEX #654137 Metallic Copper

📋 copy color: '#654137'

red 101 ◦ green 65 ◦ blue 55

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

Shades of Metallic Copper #654137

Tints of Metallic Copper #654137

RGB

 RED value IS 101 (39.84% from 255) = 45.7%

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

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 45.7%
G = 29.41%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#654137 (or 0x654137) is known color: Metallic Copper. HEX triplet: 65, 41 and 37. RGB value is (101,65,55). Sum of RGB (Red+Green+Blue) = 101+65+55=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654137 is #9ABEC8. Grayscale: #4A4A4A. Windows color (decimal): -10141385 or 3621221. OLE color: 3621221.

HSL color Cylindrical-coordinate representation of color #654137: hue angle of 13.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654137 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 65 55 -
CMYK 0 0.36 0.46 0.60
HSL 13.04º 0.29% 0.31% -
HSV(B) 13.04º 0.46% 0.4% -
XYZ 7.95 6.82 4.51 -
YUV 74.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 101 65 55 0 0.36 0.46 0.60 13.04 0.29 0.31
Hex 65 41 37 0 24 2E 3C D 1D 1F
Octal 145 101 67 0 44 56 74 15 35 37
Binary 1100101 1000001 110111 0 100100 101110 111100 1101 11101 11111

Color Harmonies of #654137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654137

Black with #654137

Text Example


Text Example

White with #654137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654137; }

 p { color: rgb(101,65,55); }

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

background-color css

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

 a { background-color: rgb(101,65,55); }

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

border-color css

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

 span { border-color: rgb(101,65,55); }

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