Html Css Color HEX #674918 Antique Brass

📋 copy color: '#674918'

red 103 ◦ green 73 ◦ blue 24

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

Shades of Antique Brass #674918

Tints of Antique Brass #674918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.5%

 BLUE value IS 24 (9.77% from 255) = 12%

R = 51.5%
G = 36.5%
B = 12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#674918 (or 0x674918) is known color: Antique Brass. HEX triplet: 67, 49 and 18. RGB value is (103,73,24). Sum of RGB (Red+Green+Blue) = 103+73+24=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674918 is #98B6E7. Grayscale: #4C4C4C. Windows color (decimal): -10008296 or 1591655. OLE color: 1591655.

HSL color Cylindrical-coordinate representation of color #674918: hue angle of 37.22º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #674918 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 73 24 -
CMYK 0 0.29 0.77 0.60
HSL 37.22º 0.62% 0.25% -
HSV(B) 37.22º 0.77% 0.4% -
XYZ 8.14 7.71 1.92 -
YUV 76.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 103 73 24 0 0.29 0.77 0.60 37.22 0.62 0.25
Hex 67 49 18 0 1D 4D 3C 25 3E 19
Octal 147 111 30 0 35 115 74 45 76 31
Binary 1100111 1001001 11000 0 11101 1001101 111100 100101 111110 11001

Color Harmonies of #674918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674918

Black with #674918

Text Example


Text Example

White with #674918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674918; }

 p { color: rgb(103,73,24); }

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

background-color css

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

 a { background-color: rgb(103,73,24); }

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

border-color css

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

 span { border-color: rgb(103,73,24); }

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