Html Css Color HEX #694D1D Antique Brass

📋 copy color: '#694D1D'

red 105 ◦ green 77 ◦ blue 29

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

Shades of Antique Brass #694D1D

Tints of Antique Brass #694D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

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

R = 49.76%
G = 36.49%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#694D1D (or 0x694D1D) is known color: Antique Brass. HEX triplet: 69, 4D and 1D. RGB value is (105,77,29). Sum of RGB (Red+Green+Blue) = 105+77+29=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #694D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D1D is #96B2E2. Grayscale: #505050. Windows color (decimal): -9876195 or 1920361. OLE color: 1920361.

HSL color Cylindrical-coordinate representation of color #694D1D: hue angle of 37.89º 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 #694D1D is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 29 -
CMYK 0 0.27 0.72 0.59
HSL 37.89º 0.57% 0.26% -
HSV(B) 37.89º 0.72% 0.41% -
XYZ 8.7 8.4 2.33 -
YUV 79.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 105 77 29 0 0.27 0.72 0.59 37.89 0.57 0.26
Hex 69 4D 1D 0 1B 48 3B 26 39 1A
Octal 151 115 35 0 33 110 73 46 71 32
Binary 1101001 1001101 11101 0 11011 1001000 111011 100110 111001 11010

Color Harmonies of #694D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D1D

Black with #694D1D

Text Example


Text Example

White with #694D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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