#634917

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

Shades of Antique Brass #634917

Tints of Antique Brass #634917

Color information

#634917 (or 0x634917) is unknown color: approx Antique Brass. HEX triplet: 63, 49 and 17. RGB value is (99,73,23). Sum of RGB (Red+Green+Blue) = 99+73+23=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634917 is #9CB6E8. Grayscale: #4B4B4B. Windows color (decimal): -10270441 or 1526115. OLE color: 1526115.

HSL color Cylindrical-coordinate representation of color #634917: hue angle of 39.47º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #634917 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB997323-
CMYK00.260.770.61
HSL39.47º62.3%23.92%-
HSV(B)39.47º76.77%38.82%-
XYZ7.687.481.85-
YUV75.0798.61145.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=50.77%
G=37.44%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99732300.260.770.6139.4762.323.92
Hex63491701A4D3D273e18
Octal1431112703211575477630
Binary1100011100100110111011010100110111110110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634917; }

 p { color: rgb(99,73,23); }

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

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

 a { background-color: rgb(99,73,23); }

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

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

 span { border-color: rgb(99,73,23); }

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