Html Css Color HEX #694116 Antique Brass

📋 copy color: '#694116'

red 105 ◦ green 65 ◦ blue 22

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

Shades of Antique Brass #694116

Tints of Antique Brass #694116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.85%

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

R = 54.69%
G = 33.85%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#694116 (or 0x694116) is known color: Antique Brass. HEX triplet: 69, 41 and 16. RGB value is (105,65,22). Sum of RGB (Red+Green+Blue) = 105+65+22=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694116 is #96BEE9. Grayscale: #484848. Windows color (decimal): -9879274 or 1458537. OLE color: 1458537.

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

Color convert

RGB 105 65 22 -
CMYK 0 0.38 0.79 0.59
HSL 31.08º 0.65% 0.25% -
HSV(B) 31.08º 0.79% 0.41% -
XYZ 7.86 6.84 1.67 -
YUV 72.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 105 65 22 0 0.38 0.79 0.59 31.08 0.65 0.25
Hex 69 41 16 0 26 4F 3B 1F 41 19
Octal 151 101 26 0 46 117 73 37 101 31
Binary 1101001 1000001 10110 0 100110 1001111 111011 11111 1000001 11001

Color Harmonies of #694116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694116

Black with #694116

Text Example


Text Example

White with #694116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694116; }

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

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

background-color css

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

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

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

border-color css

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

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

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