Html Css Color HEX #6C491C Antique Brass

📋 copy color: '#6C491C'

red 108 ◦ green 73 ◦ blue 28

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

Shades of Antique Brass #6C491C

Tints of Antique Brass #6C491C

RGB

 RED value IS 108 (42.58% from 255) = 51.67%

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 51.67%
G = 34.93%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C491C (or 0x6C491C) is known color: Antique Brass. HEX triplet: 6C, 49 and 1C. RGB value is (108,73,28). Sum of RGB (Red+Green+Blue) = 108+73+28=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C491C is #93B6E3. Grayscale: #4E4E4E. Windows color (decimal): -9680612 or 1853804. OLE color: 1853804.

HSL color Cylindrical-coordinate representation of color #6C491C: hue angle of 33.75º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C491C is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 28 -
CMYK 0 0.32 0.74 0.58
HSL 33.75º 0.59% 0.27% -
HSV(B) 33.75º 0.74% 0.42% -
XYZ 8.78 8.04 2.19 -
YUV 78.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 108 73 28 0 0.32 0.74 0.58 33.75 0.59 0.27
Hex 6C 49 1C 0 20 4A 3A 22 3B 1B
Octal 154 111 34 0 40 112 72 42 73 33
Binary 1101100 1001001 11100 0 100000 1001010 111010 100010 111011 11011

Color Harmonies of #6C491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C491C

Black with #6C491C

Text Example


Text Example

White with #6C491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C491C; }

 p { color: rgb(108,73,28); }

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

background-color css

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

 a { background-color: rgb(108,73,28); }

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

border-color css

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

 span { border-color: rgb(108,73,28); }

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