Html Css Color HEX #674F1C Antique Brass

📋 copy color: '#674F1C'

red 103 ◦ green 79 ◦ blue 28

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

Shades of Antique Brass #674F1C

Tints of Antique Brass #674F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.62%

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

R = 49.05%
G = 37.62%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#674F1C (or 0x674F1C) is known color: Antique Brass. HEX triplet: 67, 4F and 1C. RGB value is (103,79,28). Sum of RGB (Red+Green+Blue) = 103+79+28=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 79 (31.25% from 255 or 37.62% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #674F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F1C is #98B0E3. Grayscale: #505050. Windows color (decimal): -10006756 or 1855335. OLE color: 1855335.

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

Color convert

RGB 103 79 28 -
CMYK 0 0.23 0.73 0.60
HSL 40.8º 0.57% 0.26% -
HSV(B) 40.8º 0.73% 0.4% -
XYZ 8.6 8.56 2.3 -
YUV 80.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 103 79 28 0 0.23 0.73 0.60 40.8 0.57 0.26
Hex 67 4F 1C 0 17 49 3C 29 39 1A
Octal 147 117 34 0 27 111 74 51 71 32
Binary 1100111 1001111 11100 0 10111 1001001 111100 101001 111001 11010

Color Harmonies of #674F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674F1C

Black with #674F1C

Text Example


Text Example

White with #674F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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