Html Css Color HEX #674817 Antique Brass

📋 copy color: '#674817'

red 103 ◦ green 72 ◦ blue 23

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

Shades of Antique Brass #674817

Tints of Antique Brass #674817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 52.02%
G = 36.36%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#674817 (or 0x674817) is known color: Antique Brass. HEX triplet: 67, 48 and 17. RGB value is (103,72,23). Sum of RGB (Red+Green+Blue) = 103+72+23=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #674817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674817 is #98B7E8. Grayscale: #4B4B4B. Windows color (decimal): -10008553 or 1525863. OLE color: 1525863.

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

Color convert

RGB 103 72 23 -
CMYK 0 0.30 0.78 0.60
HSL 36.75º 0.63% 0.25% -
HSV(B) 36.75º 0.78% 0.4% -
XYZ 8.07 7.58 1.85 -
YUV 75.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 103 72 23 0 0.30 0.78 0.60 36.75 0.63 0.25
Hex 67 48 17 0 1E 4E 3C 25 3F 19
Octal 147 110 27 0 36 116 74 45 77 31
Binary 1100111 1001000 10111 0 11110 1001110 111100 100101 111111 11001

Color Harmonies of #674817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674817

Black with #674817

Text Example


Text Example

White with #674817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674817; }

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

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

background-color css

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

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

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

border-color css

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

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

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