Html Css Color HEX #674E1C Antique Brass

📋 copy color: '#674E1C'

red 103 ◦ green 78 ◦ blue 28

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

Shades of Antique Brass #674E1C

Tints of Antique Brass #674E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.4%

R = 49.28%
G = 37.32%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#674E1C (or 0x674E1C) is known color: Antique Brass. HEX triplet: 67, 4E and 1C. RGB value is (103,78,28). Sum of RGB (Red+Green+Blue) = 103+78+28=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #674E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E1C is #98B1E3. Grayscale: #4F4F4F. Windows color (decimal): -10007012 or 1855079. OLE color: 1855079.

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

Color convert

RGB 103 78 28 -
CMYK 0 0.24 0.73 0.60
HSL 40º 0.57% 0.26% -
HSV(B) 40º 0.73% 0.4% -
XYZ 8.53 8.42 2.27 -
YUV 79.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 103 78 28 0 0.24 0.73 0.60 40 0.57 0.26
Hex 67 4E 1C 0 18 49 3C 28 39 1A
Octal 147 116 34 0 30 111 74 50 71 32
Binary 1100111 1001110 11100 0 11000 1001001 111100 101000 111001 11010

Color Harmonies of #674E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674E1C

Black with #674E1C

Text Example


Text Example

White with #674E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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