Html Css Color HEX #694A1D Antique Brass

📋 copy color: '#694A1D'

red 105 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #694A1D

Tints of Antique Brass #694A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 50.48%
G = 35.58%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#694A1D (or 0x694A1D) is known color: Antique Brass. HEX triplet: 69, 4A and 1D. RGB value is (105,74,29). Sum of RGB (Red+Green+Blue) = 105+74+29=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #694A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A1D is #96B5E2. Grayscale: #4E4E4E. Windows color (decimal): -9876963 or 1919593. OLE color: 1919593.

HSL color Cylindrical-coordinate representation of color #694A1D: hue angle of 35.53º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #694A1D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 74 29 -
CMYK 0 0.30 0.72 0.59
HSL 35.53º 0.57% 0.26% -
HSV(B) 35.53º 0.72% 0.41% -
XYZ 8.5 7.99 2.26 -
YUV 78.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 105 74 29 0 0.30 0.72 0.59 35.53 0.57 0.26
Hex 69 4A 1D 0 1E 48 3B 24 39 1A
Octal 151 112 35 0 36 110 73 44 71 32
Binary 1101001 1001010 11101 0 11110 1001000 111011 100100 111001 11010

Color Harmonies of #694A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A1D

Black with #694A1D

Text Example


Text Example

White with #694A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694A1D; }

 p { color: rgb(105,74,29); }

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

background-color css

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

 a { background-color: rgb(105,74,29); }

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

border-color css

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

 span { border-color: rgb(105,74,29); }

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