Html Css Color HEX #694420 Antique Brass

📋 copy color: '#694420'

red 105 ◦ green 68 ◦ blue 32

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

Shades of Antique Brass #694420

Tints of Antique Brass #694420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 51.22%
G = 33.17%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#694420 (or 0x694420) is known color: Antique Brass. HEX triplet: 69, 44 and 20. RGB value is (105,68,32). Sum of RGB (Red+Green+Blue) = 105+68+32=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #694420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694420 is #96BBDF. Grayscale: #4B4B4B. Windows color (decimal): -9878496 or 2114665. OLE color: 2114665.

HSL color Cylindrical-coordinate representation of color #694420: hue angle of 29.59º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694420 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 32 -
CMYK 0 0.35 0.70 0.59
HSL 29.59º 0.53% 0.27% -
HSV(B) 29.59º 0.7% 0.41% -
XYZ 8.15 7.24 2.33 -
YUV 74.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 105 68 32 0 0.35 0.70 0.59 29.59 0.53 0.27
Hex 69 44 20 0 23 46 3B 1E 35 1B
Octal 151 104 40 0 43 106 73 36 65 33
Binary 1101001 1000100 100000 0 100011 1000110 111011 11110 110101 11011

Color Harmonies of #694420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694420

Black with #694420

Text Example


Text Example

White with #694420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694420; }

 p { color: rgb(105,68,32); }

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

background-color css

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

 a { background-color: rgb(105,68,32); }

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

border-color css

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

 span { border-color: rgb(105,68,32); }

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