Html Css Color HEX #694117 Antique Brass

📋 copy color: '#694117'

red 105 ◦ green 65 ◦ blue 23

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

Shades of Antique Brass #694117

Tints of Antique Brass #694117

RGB

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

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

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

R = 54.4%
G = 33.68%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#694117 (or 0x694117) is known color: Antique Brass. HEX triplet: 69, 41 and 17. RGB value is (105,65,23). Sum of RGB (Red+Green+Blue) = 105+65+23=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694117 is #96BEE8. Grayscale: #484848. Windows color (decimal): -9879273 or 1524073. OLE color: 1524073.

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

Color convert

RGB 105 65 23 -
CMYK 0 0.38 0.78 0.59
HSL 30.73º 0.64% 0.25% -
HSV(B) 30.73º 0.78% 0.41% -
XYZ 7.87 6.85 1.72 -
YUV 72.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 105 65 23 0 0.38 0.78 0.59 30.73 0.64 0.25
Hex 69 41 17 0 26 4E 3B 1F 40 19
Octal 151 101 27 0 46 116 73 37 100 31
Binary 1101001 1000001 10111 0 100110 1001110 111011 11111 1000000 11001

Color Harmonies of #694117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694117

Black with #694117

Text Example


Text Example

White with #694117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694117; }

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

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

background-color css

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

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

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

border-color css

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

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

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