#674217

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

Shades of Antique Brass #674217

Tints of Antique Brass #674217

Color information

#674217 (or 0x674217) is unknown color: approx Antique Brass. HEX triplet: 67, 42 and 17. RGB value is (103,66,23). Sum of RGB (Red+Green+Blue) = 103+66+23=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #674217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674217 is #98BDE8. Grayscale: #484848. Windows color (decimal): -10010089 or 1524327. OLE color: 1524327.

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

Color convert

RGB1036623-
CMYK00.360.780.60
HSL32.25º63.49%24.71%-
HSV(B)32.25º77.67%40.39%-
XYZ7.76.841.73-
YUV72.16100.26150-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.65%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=53.65%
G=34.38%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103662300.360.780.6032.2563.4924.71
Hex6742170244E3C203f19
Octal1471022704411674407731
Binary11001111000010101110100100100111011110010000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674217; }

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

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

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

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

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

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

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

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