Html Css Color HEX #674516 Antique Brass

📋 copy color: '#674516'

red 103 ◦ green 69 ◦ blue 22

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

Shades of Antique Brass #674516

Tints of Antique Brass #674516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 53.09%
G = 35.57%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#674516 (or 0x674516) is known color: Antique Brass. HEX triplet: 67, 45 and 16. RGB value is (103,69,22). Sum of RGB (Red+Green+Blue) = 103+69+22=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #674516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674516 is #98BAE9. Grayscale: #4A4A4A. Windows color (decimal): -10009322 or 1459559. OLE color: 1459559.

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

Color convert

RGB 103 69 22 -
CMYK 0 0.33 0.79 0.60
HSL 34.81º 0.65% 0.25% -
HSV(B) 34.81º 0.79% 0.4% -
XYZ 7.87 7.2 1.73 -
YUV 73.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 103 69 22 0 0.33 0.79 0.60 34.81 0.65 0.25
Hex 67 45 16 0 21 4F 3C 23 41 19
Octal 147 105 26 0 41 117 74 43 101 31
Binary 1100111 1000101 10110 0 100001 1001111 111100 100011 1000001 11001

Color Harmonies of #674516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674516

Black with #674516

Text Example


Text Example

White with #674516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674516; }

 p { color: rgb(103,69,22); }

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

background-color css

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

 a { background-color: rgb(103,69,22); }

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

border-color css

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

 span { border-color: rgb(103,69,22); }

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