Html Css Color HEX #674137 Metallic Copper

📋 copy color: '#674137'

red 103 ◦ green 65 ◦ blue 55

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

Shades of Metallic Copper #674137

Tints of Metallic Copper #674137

RGB

 RED value IS 103 (40.63% from 255) = 46.19%

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

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

R = 46.19%
G = 29.15%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.60

RGB Variations

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

Color information

#674137 (or 0x674137) is known color: Metallic Copper. HEX triplet: 67, 41 and 37. RGB value is (103,65,55). Sum of RGB (Red+Green+Blue) = 103+65+55=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #674137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674137 is #98BEC8. Grayscale: #4B4B4B. Windows color (decimal): -10010313 or 3621223. OLE color: 3621223.

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

Color convert

RGB 103 65 55 -
CMYK 0 0.37 0.47 0.60
HSL 12.5º 0.3% 0.31% -
HSV(B) 12.5º 0.47% 0.4% -
XYZ 8.17 6.94 4.52 -
YUV 75.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 103 65 55 0 0.37 0.47 0.60 12.5 0.3 0.31
Hex 67 41 37 0 25 2F 3C C 1E 1F
Octal 147 101 67 0 45 57 74 14 36 37
Binary 1100111 1000001 110111 0 100101 101111 111100 1100 11110 11111

Color Harmonies of #674137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674137

Black with #674137

Text Example


Text Example

White with #674137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674137; }

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

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

background-color css

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

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

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

border-color css

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

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

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