Html Css Color HEX #674237 Metallic Copper

📋 copy color: '#674237'

red 103 ◦ green 66 ◦ blue 55

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

Shades of Metallic Copper #674237

Tints of Metallic Copper #674237

RGB

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

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

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

R = 45.98%
G = 29.46%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.60

RGB Variations

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

Color information

#674237 (or 0x674237) is known color: Metallic Copper. HEX triplet: 67, 42 and 37. RGB value is (103,66,55). Sum of RGB (Red+Green+Blue) = 103+66+55=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #674237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674237 is #98BDC8. Grayscale: #4B4B4B. Windows color (decimal): -10010057 or 3621479. OLE color: 3621479.

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

Color convert

RGB 103 66 55 -
CMYK 0 0.36 0.47 0.60
HSL 13.75º 0.3% 0.31% -
HSV(B) 13.75º 0.47% 0.4% -
XYZ 8.23 7.06 4.54 -
YUV 75.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 103 66 55 0 0.36 0.47 0.60 13.75 0.3 0.31
Hex 67 42 37 0 24 2F 3C E 1E 1F
Octal 147 102 67 0 44 57 74 16 36 37
Binary 1100111 1000010 110111 0 100100 101111 111100 1110 11110 11111

Color Harmonies of #674237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674237

Black with #674237

Text Example


Text Example

White with #674237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674237; }

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

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

background-color css

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

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

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

border-color css

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

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

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