Html Css Color HEX #674115 Antique Brass

📋 copy color: '#674115'

red 103 ◦ green 65 ◦ blue 21

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

Shades of Antique Brass #674115

Tints of Antique Brass #674115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 54.5%
G = 34.39%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#674115 (or 0x674115) is known color: Antique Brass. HEX triplet: 67, 41 and 15. RGB value is (103,65,21). Sum of RGB (Red+Green+Blue) = 103+65+21=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #674115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674115 is #98BEEA. Grayscale: #474747. Windows color (decimal): -10010347 or 1392999. OLE color: 1392999.

HSL color Cylindrical-coordinate representation of color #674115: hue angle of 32.2º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #674115 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 65 21 -
CMYK 0 0.37 0.80 0.60
HSL 32.2º 0.66% 0.24% -
HSV(B) 32.2º 0.8% 0.4% -
XYZ 7.62 6.72 1.6 -
YUV 71.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 103 65 21 0 0.37 0.80 0.60 32.2 0.66 0.24
Hex 67 41 15 0 25 50 3C 20 42 18
Octal 147 101 25 0 45 120 74 40 102 30
Binary 1100111 1000001 10101 0 100101 1010000 111100 100000 1000010 11000

Color Harmonies of #674115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674115

Black with #674115

Text Example


Text Example

White with #674115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674115; }

 p { color: rgb(103,65,21); }

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

background-color css

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

 a { background-color: rgb(103,65,21); }

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

border-color css

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

 span { border-color: rgb(103,65,21); }

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