Html Css Color HEX #674136 Metallic Copper

📋 copy color: '#674136'

red 103 ◦ green 65 ◦ blue 54

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

Shades of Metallic Copper #674136

Tints of Metallic Copper #674136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 46.4%
G = 29.28%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#674136 (or 0x674136) is known color: Metallic Copper. HEX triplet: 67, 41 and 36. RGB value is (103,65,54). Sum of RGB (Red+Green+Blue) = 103+65+54=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #674136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674136 is #98BEC9. Grayscale: #4B4B4B. Windows color (decimal): -10010314 or 3555687. OLE color: 3555687.

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

Color convert

RGB 103 65 54 -
CMYK 0 0.37 0.48 0.60
HSL 13.47º 0.31% 0.31% -
HSV(B) 13.47º 0.48% 0.4% -
XYZ 8.15 6.93 4.4 -
YUV 75.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 103 65 54 0 0.37 0.48 0.60 13.47 0.31 0.31
Hex 67 41 36 0 25 30 3C D 1F 1F
Octal 147 101 66 0 45 60 74 15 37 37
Binary 1100111 1000001 110110 0 100101 110000 111100 1101 11111 11111

Color Harmonies of #674136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674136

Black with #674136

Text Example


Text Example

White with #674136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674136; }

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

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

background-color css

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

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

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

border-color css

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

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

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