Html Css Color HEX #674818 Antique Brass

📋 copy color: '#674818'

red 103 ◦ green 72 ◦ blue 24

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

Shades of Antique Brass #674818

Tints of Antique Brass #674818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

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

R = 51.76%
G = 36.18%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#674818 (or 0x674818) is known color: Antique Brass. HEX triplet: 67, 48 and 18. RGB value is (103,72,24). Sum of RGB (Red+Green+Blue) = 103+72+24=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #674818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674818 is #98B7E7. Grayscale: #4C4C4C. Windows color (decimal): -10008552 or 1591399. OLE color: 1591399.

HSL color Cylindrical-coordinate representation of color #674818: hue angle of 36.46º 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 #674818 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 72 24 -
CMYK 0 0.30 0.77 0.60
HSL 36.46º 0.62% 0.25% -
HSV(B) 36.46º 0.77% 0.4% -
XYZ 8.08 7.58 1.9 -
YUV 75.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 103 72 24 0 0.30 0.77 0.60 36.46 0.62 0.25
Hex 67 48 18 0 1E 4D 3C 24 3E 19
Octal 147 110 30 0 36 115 74 44 76 31
Binary 1100111 1001000 11000 0 11110 1001101 111100 100100 111110 11001

Color Harmonies of #674818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674818

Black with #674818

Text Example


Text Example

White with #674818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674818; }

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

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

background-color css

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

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

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

border-color css

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

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

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