Html Css Color HEX #694217 Antique Brass

📋 copy color: '#694217'

red 105 ◦ green 66 ◦ blue 23

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

Shades of Antique Brass #694217

Tints of Antique Brass #694217

RGB

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

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

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

R = 54.12%
G = 34.02%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#694217 (or 0x694217) is known color: Antique Brass. HEX triplet: 69, 42 and 17. RGB value is (105,66,23). Sum of RGB (Red+Green+Blue) = 105+66+23=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694217 is #96BDE8. Grayscale: #484848. Windows color (decimal): -9879017 or 1524329. OLE color: 1524329.

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

Color convert

RGB 105 66 23 -
CMYK 0 0.37 0.78 0.59
HSL 31.46º 0.64% 0.25% -
HSV(B) 31.46º 0.78% 0.41% -
XYZ 7.93 6.96 1.74 -
YUV 72.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 105 66 23 0 0.37 0.78 0.59 31.46 0.64 0.25
Hex 69 42 17 0 25 4E 3B 1F 40 19
Octal 151 102 27 0 45 116 73 37 100 31
Binary 1101001 1000010 10111 0 100101 1001110 111011 11111 1000000 11001

Color Harmonies of #694217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694217

Black with #694217

Text Example


Text Example

White with #694217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694217; }

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

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

background-color css

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

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

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

border-color css

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

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

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