Html Css Color HEX #674518 Antique Brass

📋 copy color: '#674518'

red 103 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #674518

Tints of Antique Brass #674518

RGB

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

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

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

R = 52.55%
G = 35.2%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#674518 (or 0x674518) is known color: Antique Brass. HEX triplet: 67, 45 and 18. RGB value is (103,69,24). Sum of RGB (Red+Green+Blue) = 103+69+24=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #674518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674518 is #98BAE7. Grayscale: #4A4A4A. Windows color (decimal): -10009320 or 1590631. OLE color: 1590631.

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

Color convert

RGB 103 69 24 -
CMYK 0 0.33 0.77 0.60
HSL 34.18º 0.62% 0.25% -
HSV(B) 34.18º 0.77% 0.4% -
XYZ 7.89 7.21 1.84 -
YUV 74.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 103 69 24 0 0.33 0.77 0.60 34.18 0.62 0.25
Hex 67 45 18 0 21 4D 3C 22 3E 19
Octal 147 105 30 0 41 115 74 42 76 31
Binary 1100111 1000101 11000 0 100001 1001101 111100 100010 111110 11001

Color Harmonies of #674518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674518

Black with #674518

Text Example


Text Example

White with #674518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674518; }

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

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

background-color css

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

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

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

border-color css

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

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

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