Html Css Color HEX #694216 Antique Brass

📋 copy color: '#694216'

red 105 ◦ green 66 ◦ blue 22

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

Shades of Antique Brass #694216

Tints of Antique Brass #694216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

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

R = 54.4%
G = 34.2%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#694216 (or 0x694216) is known color: Antique Brass. HEX triplet: 69, 42 and 16. RGB value is (105,66,22). Sum of RGB (Red+Green+Blue) = 105+66+22=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694216 is #96BDE9. Grayscale: #484848. Windows color (decimal): -9879018 or 1458793. OLE color: 1458793.

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

Color convert

RGB 105 66 22 -
CMYK 0 0.37 0.79 0.59
HSL 31.81º 0.65% 0.25% -
HSV(B) 31.81º 0.79% 0.41% -
XYZ 7.92 6.96 1.68 -
YUV 72.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 105 66 22 0 0.37 0.79 0.59 31.81 0.65 0.25
Hex 69 42 16 0 25 4F 3B 20 41 19
Octal 151 102 26 0 45 117 73 40 101 31
Binary 1101001 1000010 10110 0 100101 1001111 111011 100000 1000001 11001

Color Harmonies of #694216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694216

Black with #694216

Text Example


Text Example

White with #694216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694216; }

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

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

background-color css

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

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

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

border-color css

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

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

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