#694219

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

Shades of Antique Brass #694219

Tints of Antique Brass #694219

Color information

#694219 (or 0x694219) is unknown color: approx Antique Brass. HEX triplet: 69, 42 and 19. RGB value is (105,66,25). Sum of RGB (Red+Green+Blue) = 105+66+25=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694219 is #96BDE6. Grayscale: #494949. Windows color (decimal): -9879015 or 1655401. OLE color: 1655401.

HSL color Cylindrical-coordinate representation of color #694219: hue angle of 30.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #694219 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1056625-
CMYK00.370.760.59
HSL30.75º61.54%25.49%-
HSV(B)30.75º76.19%41.18%-
XYZ7.956.971.85-
YUV72.99100.92150.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=53.57%
G=33.67%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105662500.370.760.5930.7561.5425.49
Hex6942190254C3B1f3e19
Octal1511023104511473377631
Binary1101001100001011001010010110011001110111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694219; }

 p { color: rgb(105,66,25); }

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

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

 a { background-color: rgb(105,66,25); }

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

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

 span { border-color: rgb(105,66,25); }

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