Html Css Color HEX #674316 Antique Brass

📋 copy color: '#674316'

red 103 ◦ green 67 ◦ blue 22

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

Shades of Antique Brass #674316

Tints of Antique Brass #674316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

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

R = 53.65%
G = 34.9%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#674316 (or 0x674316) is known color: Antique Brass. HEX triplet: 67, 43 and 16. RGB value is (103,67,22). Sum of RGB (Red+Green+Blue) = 103+67+22=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #674316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674316 is #98BCE9. Grayscale: #484848. Windows color (decimal): -10009834 or 1459047. OLE color: 1459047.

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

Color convert

RGB 103 67 22 -
CMYK 0 0.35 0.79 0.60
HSL 33.33º 0.65% 0.25% -
HSV(B) 33.33º 0.79% 0.4% -
XYZ 7.75 6.96 1.69 -
YUV 72.63 99.43 149.66 -
System Red Green Blue C M Y K H S L
Decimal 103 67 22 0 0.35 0.79 0.60 33.33 0.65 0.25
Hex 67 43 16 0 23 4F 3C 21 41 19
Octal 147 103 26 0 43 117 74 41 101 31
Binary 1100111 1000011 10110 0 100011 1001111 111100 100001 1000001 11001

Color Harmonies of #674316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674316

Black with #674316

Text Example


Text Example

White with #674316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674316; }

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

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

background-color css

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

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

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

border-color css

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

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

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