Html Css Color HEX #674033 Metallic Copper

📋 copy color: '#674033'

red 103 ◦ green 64 ◦ blue 51

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

Shades of Metallic Copper #674033

Tints of Metallic Copper #674033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 47.25%
G = 29.36%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#674033 (or 0x674033) is known color: Metallic Copper. HEX triplet: 67, 40 and 33. RGB value is (103,64,51). Sum of RGB (Red+Green+Blue) = 103+64+51=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #674033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674033 is #98BFCC. Grayscale: #4A4A4A. Windows color (decimal): -10010573 or 3358823. OLE color: 3358823.

HSL color Cylindrical-coordinate representation of color #674033: hue angle of 15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674033 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 64 51 -
CMYK 0 0.38 0.50 0.60
HSL 15º 0.34% 0.3% -
HSV(B) 15º 0.5% 0.4% -
XYZ 8.02 6.79 4.02 -
YUV 74.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 103 64 51 0 0.38 0.50 0.60 15 0.34 0.3
Hex 67 40 33 0 26 32 3C F 22 1E
Octal 147 100 63 0 46 62 74 17 42 36
Binary 1100111 1000000 110011 0 100110 110010 111100 1111 100010 11110

Color Harmonies of #674033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674033

Black with #674033

Text Example


Text Example

White with #674033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674033; }

 p { color: rgb(103,64,51); }

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

background-color css

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

 a { background-color: rgb(103,64,51); }

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

border-color css

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

 span { border-color: rgb(103,64,51); }

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