Html Css Color HEX #694616 Antique Brass

📋 copy color: '#694616'

red 105 ◦ green 70 ◦ blue 22

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

Shades of Antique Brass #694616

Tints of Antique Brass #694616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.53%

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

R = 53.3%
G = 35.53%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#694616 (or 0x694616) is known color: Antique Brass. HEX triplet: 69, 46 and 16. RGB value is (105,70,22). Sum of RGB (Red+Green+Blue) = 105+70+22=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #694616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694616 is #96B9E9. Grayscale: #4B4B4B. Windows color (decimal): -9877994 or 1459817. OLE color: 1459817.

HSL color Cylindrical-coordinate representation of color #694616: hue angle of 34.7º 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 #694616 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 70 22 -
CMYK 0 0.33 0.79 0.59
HSL 34.7º 0.65% 0.25% -
HSV(B) 34.7º 0.79% 0.41% -
XYZ 8.16 7.44 1.77 -
YUV 74.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 105 70 22 0 0.33 0.79 0.59 34.7 0.65 0.25
Hex 69 46 16 0 21 4F 3B 23 41 19
Octal 151 106 26 0 41 117 73 43 101 31
Binary 1101001 1000110 10110 0 100001 1001111 111011 100011 1000001 11001

Color Harmonies of #694616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694616

Black with #694616

Text Example


Text Example

White with #694616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694616; }

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

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

background-color css

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

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

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

border-color css

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

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

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