Html Css Color HEX #674E1F Antique Brass

📋 copy color: '#674E1F'

red 103 ◦ green 78 ◦ blue 31

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

Shades of Antique Brass #674E1F

Tints of Antique Brass #674E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.79%

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

R = 48.58%
G = 36.79%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#674E1F (or 0x674E1F) is known color: Antique Brass. HEX triplet: 67, 4E and 1F. RGB value is (103,78,31). Sum of RGB (Red+Green+Blue) = 103+78+31=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #674E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E1F is #98B1E0. Grayscale: #505050. Windows color (decimal): -10007009 or 2051687. OLE color: 2051687.

HSL color Cylindrical-coordinate representation of color #674E1F: hue angle of 39.17º 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 #674E1F is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 78 31 -
CMYK 0 0.24 0.70 0.60
HSL 39.17º 0.54% 0.26% -
HSV(B) 39.17º 0.7% 0.4% -
XYZ 8.57 8.43 2.47 -
YUV 80.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 103 78 31 0 0.24 0.70 0.60 39.17 0.54 0.26
Hex 67 4E 1F 0 18 46 3C 27 36 1A
Octal 147 116 37 0 30 106 74 47 66 32
Binary 1100111 1001110 11111 0 11000 1000110 111100 100111 110110 11010

Color Harmonies of #674E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674E1F

Black with #674E1F

Text Example


Text Example

White with #674E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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