#674717

Color #674717 Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #674717

Tints of Antique Brass #674717

Color information

#674717 (or 0x674717) is unknown color: approx Antique Brass. HEX triplet: 67, 47 and 17. RGB value is (103,71,23). Sum of RGB (Red+Green+Blue) = 103+71+23=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #674717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674717 is #98B8E8. Grayscale: #4B4B4B. Windows color (decimal): -10008809 or 1525607. OLE color: 1525607.

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

Color convert

RGB1037123-
CMYK00.310.780.60
HSL36º63.49%24.71%-
HSV(B)36º77.67%40.39%-
XYZ87.451.83-
YUV75.198.6147.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.28%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=52.28%
G=36.04%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103712300.310.780.603663.4924.71
Hex67471701F4E3C243f19
Octal1471072703711674447731
Binary1100111100011110111011111100111011110010010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674717; }

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

 H1.HeaderClassName
 {
   color: #674717;
 }
 .AnyTagClassName
 {
   color: #674717;
 }
</style>
background-color css

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

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

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

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

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

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