Html Css Color HEX #694921 Antique Brass

📋 copy color: '#694921'

red 105 ◦ green 73 ◦ blue 33

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

Shades of Antique Brass #694921

Tints of Antique Brass #694921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 49.76%
G = 34.6%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#694921 (or 0x694921) is known color: Antique Brass. HEX triplet: 69, 49 and 21. RGB value is (105,73,33). Sum of RGB (Red+Green+Blue) = 105+73+33=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694921 is #96B6DE. Grayscale: #4E4E4E. Windows color (decimal): -9877215 or 2181481. OLE color: 2181481.

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

Color convert

RGB 105 73 33 -
CMYK 0 0.30 0.69 0.59
HSL 33.33º 0.52% 0.27% -
HSV(B) 33.33º 0.69% 0.41% -
XYZ 8.48 7.88 2.51 -
YUV 78.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 105 73 33 0 0.30 0.69 0.59 33.33 0.52 0.27
Hex 69 49 21 0 1E 45 3B 21 34 1B
Octal 151 111 41 0 36 105 73 41 64 33
Binary 1101001 1001001 100001 0 11110 1000101 111011 100001 110100 11011

Color Harmonies of #694921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694921

Black with #694921

Text Example


Text Example

White with #694921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694921; }

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

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

background-color css

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

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

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

border-color css

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

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

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