Html Css Color HEX #694D1C Antique Brass

📋 copy color: '#694D1C'

red 105 ◦ green 77 ◦ blue 28

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

Shades of Antique Brass #694D1C

Tints of Antique Brass #694D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 50%
G = 36.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#694D1C (or 0x694D1C) is known color: Antique Brass. HEX triplet: 69, 4D and 1C. RGB value is (105,77,28). Sum of RGB (Red+Green+Blue) = 105+77+28=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D1C is #96B2E3. Grayscale: #505050. Windows color (decimal): -9876196 or 1854825. OLE color: 1854825.

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

Color convert

RGB 105 77 28 -
CMYK 0 0.27 0.73 0.59
HSL 38.18º 0.58% 0.26% -
HSV(B) 38.18º 0.73% 0.41% -
XYZ 8.69 8.39 2.26 -
YUV 79.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 105 77 28 0 0.27 0.73 0.59 38.18 0.58 0.26
Hex 69 4D 1C 0 1B 49 3B 26 3A 1A
Octal 151 115 34 0 33 111 73 46 72 32
Binary 1101001 1001101 11100 0 11011 1001001 111011 100110 111010 11010

Color Harmonies of #694D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D1C

Black with #694D1C

Text Example


Text Example

White with #694D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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