Html Css Color HEX #694723 Antique Brass

📋 copy color: '#694723'

red 105 ◦ green 71 ◦ blue 35

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

Shades of Antique Brass #694723

Tints of Antique Brass #694723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 35 (14.06% from 255) = 16.59%

R = 49.76%
G = 33.65%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#694723 (or 0x694723) is known color: Antique Brass. HEX triplet: 69, 47 and 23. RGB value is (105,71,35). Sum of RGB (Red+Green+Blue) = 105+71+35=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694723 is #96B8DC. Grayscale: #4D4D4D. Windows color (decimal): -9877725 or 2312041. OLE color: 2312041.

HSL color Cylindrical-coordinate representation of color #694723: hue angle of 30.86º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694723 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 35 -
CMYK 0 0.32 0.67 0.59
HSL 30.86º 0.5% 0.27% -
HSV(B) 30.86º 0.67% 0.41% -
XYZ 8.38 7.63 2.62 -
YUV 77.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 105 71 35 0 0.32 0.67 0.59 30.86 0.5 0.27
Hex 69 47 23 0 20 43 3B 1F 32 1B
Octal 151 107 43 0 40 103 73 37 62 33
Binary 1101001 1000111 100011 0 100000 1000011 111011 11111 110010 11011

Color Harmonies of #694723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694723

Black with #694723

Text Example


Text Example

White with #694723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694723; }

 p { color: rgb(105,71,35); }

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

background-color css

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

 a { background-color: rgb(105,71,35); }

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

border-color css

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

 span { border-color: rgb(105,71,35); }

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