Html Css Color HEX #694819 Antique Brass

📋 copy color: '#694819'

red 105 ◦ green 72 ◦ blue 25

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

Shades of Antique Brass #694819

Tints of Antique Brass #694819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 51.98%
G = 35.64%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#694819 (or 0x694819) is known color: Antique Brass. HEX triplet: 69, 48 and 19. RGB value is (105,72,25). Sum of RGB (Red+Green+Blue) = 105+72+25=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #694819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694819 is #96B7E6. Grayscale: #4C4C4C. Windows color (decimal): -9877479 or 1656937. OLE color: 1656937.

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

Color convert

RGB 105 72 25 -
CMYK 0 0.31 0.76 0.59
HSL 35.25º 0.62% 0.25% -
HSV(B) 35.25º 0.76% 0.41% -
XYZ 8.32 7.71 1.97 -
YUV 76.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 105 72 25 0 0.31 0.76 0.59 35.25 0.62 0.25
Hex 69 48 19 0 1F 4C 3B 23 3E 19
Octal 151 110 31 0 37 114 73 43 76 31
Binary 1101001 1001000 11001 0 11111 1001100 111011 100011 111110 11001

Color Harmonies of #694819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694819

Black with #694819

Text Example


Text Example

White with #694819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694819; }

 p { color: rgb(105,72,25); }

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

background-color css

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

 a { background-color: rgb(105,72,25); }

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

border-color css

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

 span { border-color: rgb(105,72,25); }

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