Html Css Color HEX #674920 Antique Brass

📋 copy color: '#674920'

red 103 ◦ green 73 ◦ blue 32

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

Shades of Antique Brass #674920

Tints of Antique Brass #674920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 49.52%
G = 35.1%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#674920 (or 0x674920) is known color: Antique Brass. HEX triplet: 67, 49 and 20. RGB value is (103,73,32). Sum of RGB (Red+Green+Blue) = 103+73+32=208 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.52% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 103 - color contains mainly: red. Hex color #674920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674920 is #98B6DF. Grayscale: #4D4D4D. Windows color (decimal): -10008288 or 2115943. OLE color: 2115943.

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

Color convert

RGB 103 73 32 -
CMYK 0 0.29 0.69 0.60
HSL 34.65º 0.53% 0.26% -
HSV(B) 34.65º 0.69% 0.4% -
XYZ 8.24 7.75 2.43 -
YUV 77.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 103 73 32 0 0.29 0.69 0.60 34.65 0.53 0.26
Hex 67 49 20 0 1D 45 3C 23 35 1A
Octal 147 111 40 0 35 105 74 43 65 32
Binary 1100111 1001001 100000 0 11101 1000101 111100 100011 110101 11010

Color Harmonies of #674920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674920

Black with #674920

Text Example


Text Example

White with #674920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674920; }

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

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

background-color css

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

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

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

border-color css

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

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

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