Html Css Color HEX #694918 Antique Brass

📋 copy color: '#694918'

red 105 ◦ green 73 ◦ blue 24

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

Shades of Antique Brass #694918

Tints of Antique Brass #694918

RGB

 RED value IS 105 (41.41% from 255) = 51.98%

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 51.98%
G = 36.14%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#694918 (or 0x694918) is known color: Antique Brass. HEX triplet: 69, 49 and 18. RGB value is (105,73,24). Sum of RGB (Red+Green+Blue) = 105+73+24=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #694918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694918 is #96B6E7. Grayscale: #4D4D4D. Windows color (decimal): -9877224 or 1591657. OLE color: 1591657.

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

Color convert

RGB 105 73 24 -
CMYK 0 0.30 0.77 0.59
HSL 36.3º 0.63% 0.25% -
HSV(B) 36.3º 0.77% 0.41% -
XYZ 8.37 7.83 1.94 -
YUV 76.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 105 73 24 0 0.30 0.77 0.59 36.3 0.63 0.25
Hex 69 49 18 0 1E 4D 3B 24 3F 19
Octal 151 111 30 0 36 115 73 44 77 31
Binary 1101001 1001001 11000 0 11110 1001101 111011 100100 111111 11001

Color Harmonies of #694918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694918

Black with #694918

Text Example


Text Example

White with #694918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694918; }

 p { color: rgb(105,73,24); }

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

background-color css

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

 a { background-color: rgb(105,73,24); }

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

border-color css

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

 span { border-color: rgb(105,73,24); }

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