Html Css Color HEX #674C1F Antique Brass

📋 copy color: '#674C1F'

red 103 ◦ green 76 ◦ blue 31

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

Shades of Antique Brass #674C1F

Tints of Antique Brass #674C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 49.05%
G = 36.19%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#674C1F (or 0x674C1F) is known color: Antique Brass. HEX triplet: 67, 4C and 1F. RGB value is (103,76,31). Sum of RGB (Red+Green+Blue) = 103+76+31=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #674C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C1F is #98B3E0. Grayscale: #4F4F4F. Windows color (decimal): -10007521 or 2051175. OLE color: 2051175.

HSL color Cylindrical-coordinate representation of color #674C1F: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #674C1F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 76 31 -
CMYK 0 0.26 0.70 0.60
HSL 37.5º 0.54% 0.26% -
HSV(B) 37.5º 0.7% 0.4% -
XYZ 8.43 8.15 2.43 -
YUV 78.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 103 76 31 0 0.26 0.70 0.60 37.5 0.54 0.26
Hex 67 4C 1F 0 1A 46 3C 26 36 1A
Octal 147 114 37 0 32 106 74 46 66 32
Binary 1100111 1001100 11111 0 11010 1000110 111100 100110 110110 11010

Color Harmonies of #674C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C1F

Black with #674C1F

Text Example


Text Example

White with #674C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674C1F; }

 p { color: rgb(103,76,31); }

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

background-color css

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

 a { background-color: rgb(103,76,31); }

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

border-color css

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

 span { border-color: rgb(103,76,31); }

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