Html Css Color HEX #674A1A Antique Brass

📋 copy color: '#674A1A'

red 103 ◦ green 74 ◦ blue 26

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

Shades of Antique Brass #674A1A

Tints of Antique Brass #674A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 50.74%
G = 36.45%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#674A1A (or 0x674A1A) is known color: Antique Brass. HEX triplet: 67, 4A and 1A. RGB value is (103,74,26). Sum of RGB (Red+Green+Blue) = 103+74+26=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #674A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A1A is #98B5E5. Grayscale: #4D4D4D. Windows color (decimal): -10008038 or 1722983. OLE color: 1722983.

HSL color Cylindrical-coordinate representation of color #674A1A: hue angle of 37.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #674A1A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 74 26 -
CMYK 0 0.28 0.75 0.60
HSL 37.4º 0.6% 0.25% -
HSV(B) 37.4º 0.75% 0.4% -
XYZ 8.23 7.86 2.06 -
YUV 77.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 103 74 26 0 0.28 0.75 0.60 37.4 0.6 0.25
Hex 67 4A 1A 0 1C 4B 3C 25 3C 19
Octal 147 112 32 0 34 113 74 45 74 31
Binary 1100111 1001010 11010 0 11100 1001011 111100 100101 111100 11001

Color Harmonies of #674A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A1A

Black with #674A1A

Text Example


Text Example

White with #674A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,74,26); }

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

background-color css

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

 a { background-color: rgb(103,74,26); }

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

border-color css

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

 span { border-color: rgb(103,74,26); }

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