Html Css Color HEX #694517 Antique Brass

📋 copy color: '#694517'

red 105 ◦ green 69 ◦ blue 23

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

Shades of Antique Brass #694517

Tints of Antique Brass #694517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.03%

 BLUE value IS 23 (9.38% from 255) = 11.68%

R = 53.3%
G = 35.03%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#694517 (or 0x694517) is known color: Antique Brass. HEX triplet: 69, 45 and 17. RGB value is (105,69,23). Sum of RGB (Red+Green+Blue) = 105+69+23=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #694517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694517 is #96BAE8. Grayscale: #4A4A4A. Windows color (decimal): -9878249 or 1525097. OLE color: 1525097.

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

Color convert

RGB 105 69 23 -
CMYK 0 0.34 0.78 0.59
HSL 33.66º 0.64% 0.25% -
HSV(B) 33.66º 0.78% 0.41% -
XYZ 8.11 7.32 1.8 -
YUV 74.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 105 69 23 0 0.34 0.78 0.59 33.66 0.64 0.25
Hex 69 45 17 0 22 4E 3B 22 40 19
Octal 151 105 27 0 42 116 73 42 100 31
Binary 1101001 1000101 10111 0 100010 1001110 111011 100010 1000000 11001

Color Harmonies of #694517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694517

Black with #694517

Text Example


Text Example

White with #694517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694517; }

 p { color: rgb(105,69,23); }

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

background-color css

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

 a { background-color: rgb(105,69,23); }

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

border-color css

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

 span { border-color: rgb(105,69,23); }

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