Html Css Color HEX #674238 Metallic Copper

📋 copy color: '#674238'

red 103 ◦ green 66 ◦ blue 56

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

Shades of Metallic Copper #674238

Tints of Metallic Copper #674238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 45.78%
G = 29.33%
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

#674238 (or 0x674238) is known color: Metallic Copper. HEX triplet: 67, 42 and 38. RGB value is (103,66,56). Sum of RGB (Red+Green+Blue) = 103+66+56=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #674238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674238 is #98BDC7. Grayscale: #4C4C4C. Windows color (decimal): -10010056 or 3687015. OLE color: 3687015.

HSL color Cylindrical-coordinate representation of color #674238: hue angle of 12.77º degrees, saturation: 0.3, 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 #674238 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 56 -
CMYK 0 0.36 0.46 0.60
HSL 12.77º 0.3% 0.31% -
HSV(B) 12.77º 0.46% 0.4% -
XYZ 8.26 7.07 4.67 -
YUV 75.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 103 66 56 0 0.36 0.46 0.60 12.77 0.3 0.31
Hex 67 42 38 0 24 2E 3C D 1E 1F
Octal 147 102 70 0 44 56 74 15 36 37
Binary 1100111 1000010 111000 0 100100 101110 111100 1101 11110 11111

Color Harmonies of #674238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674238

Black with #674238

Text Example


Text Example

White with #674238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674238; }

 p { color: rgb(103,66,56); }

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

background-color css

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

 a { background-color: rgb(103,66,56); }

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

border-color css

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

 span { border-color: rgb(103,66,56); }

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