Html Css Color HEX #674D1C Antique Brass

📋 copy color: '#674D1C'

red 103 ◦ green 77 ◦ blue 28

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

Shades of Antique Brass #674D1C

Tints of Antique Brass #674D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

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

R = 49.52%
G = 37.02%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#674D1C (or 0x674D1C) is known color: Antique Brass. HEX triplet: 67, 4D and 1C. RGB value is (103,77,28). Sum of RGB (Red+Green+Blue) = 103+77+28=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #674D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D1C is #98B2E3. Grayscale: #4F4F4F. Windows color (decimal): -10007268 or 1854823. OLE color: 1854823.

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

Color convert

RGB 103 77 28 -
CMYK 0 0.25 0.73 0.60
HSL 39.2º 0.57% 0.26% -
HSV(B) 39.2º 0.73% 0.4% -
XYZ 8.46 8.28 2.25 -
YUV 79.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 103 77 28 0 0.25 0.73 0.60 39.2 0.57 0.26
Hex 67 4D 1C 0 19 49 3C 27 39 1A
Octal 147 115 34 0 31 111 74 47 71 32
Binary 1100111 1001101 11100 0 11001 1001001 111100 100111 111001 11010

Color Harmonies of #674D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674D1C

Black with #674D1C

Text Example


Text Example

White with #674D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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