Html Css Color HEX #694E1F Antique Brass

📋 copy color: '#694E1F'

red 105 ◦ green 78 ◦ blue 31

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

Shades of Antique Brass #694E1F

Tints of Antique Brass #694E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.45%

 BLUE value IS 31 (12.5% from 255) = 14.49%

R = 49.07%
G = 36.45%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#694E1F (or 0x694E1F) is known color: Antique Brass. HEX triplet: 69, 4E and 1F. RGB value is (105,78,31). Sum of RGB (Red+Green+Blue) = 105+78+31=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #694E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E1F is #96B1E0. Grayscale: #505050. Windows color (decimal): -9875937 or 2051689. OLE color: 2051689.

HSL color Cylindrical-coordinate representation of color #694E1F: hue angle of 38.11º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694E1F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 78 31 -
CMYK 0 0.26 0.70 0.59
HSL 38.11º 0.54% 0.27% -
HSV(B) 38.11º 0.7% 0.41% -
XYZ 8.8 8.55 2.48 -
YUV 80.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 105 78 31 0 0.26 0.70 0.59 38.11 0.54 0.27
Hex 69 4E 1F 0 1A 46 3B 26 36 1B
Octal 151 116 37 0 32 106 73 46 66 33
Binary 1101001 1001110 11111 0 11010 1000110 111011 100110 110110 11011

Color Harmonies of #694E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E1F

Black with #694E1F

Text Example


Text Example

White with #694E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,78,31); }

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

background-color css

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

 a { background-color: rgb(105,78,31); }

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

border-color css

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

 span { border-color: rgb(105,78,31); }

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