Html Css Color HEX #694416 Antique Brass

📋 copy color: '#694416'

red 105 ◦ green 68 ◦ blue 22

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

Shades of Antique Brass #694416

Tints of Antique Brass #694416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.28%

R = 53.85%
G = 34.87%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#694416 (or 0x694416) is known color: Antique Brass. HEX triplet: 69, 44 and 16. RGB value is (105,68,22). Sum of RGB (Red+Green+Blue) = 105+68+22=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694416 is #96BBE9. Grayscale: #4A4A4A. Windows color (decimal): -9878506 or 1459305. OLE color: 1459305.

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

Color convert

RGB 105 68 22 -
CMYK 0 0.35 0.79 0.59
HSL 33.25º 0.65% 0.25% -
HSV(B) 33.25º 0.79% 0.41% -
XYZ 8.04 7.2 1.72 -
YUV 73.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 105 68 22 0 0.35 0.79 0.59 33.25 0.65 0.25
Hex 69 44 16 0 23 4F 3B 21 41 19
Octal 151 104 26 0 43 117 73 41 101 31
Binary 1101001 1000100 10110 0 100011 1001111 111011 100001 1000001 11001

Color Harmonies of #694416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694416

Black with #694416

Text Example


Text Example

White with #694416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694416; }

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

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

background-color css

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

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

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

border-color css

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

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

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