Html Css Color HEX #6C471C Antique Brass

📋 copy color: '#6C471C'

red 108 ◦ green 71 ◦ blue 28

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

Shades of Antique Brass #6C471C

Tints of Antique Brass #6C471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

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

R = 52.17%
G = 34.3%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C471C (or 0x6C471C) is known color: Antique Brass. HEX triplet: 6C, 47 and 1C. RGB value is (108,71,28). Sum of RGB (Red+Green+Blue) = 108+71+28=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C471C is #93B8E3. Grayscale: #4D4D4D. Windows color (decimal): -9681124 or 1853292. OLE color: 1853292.

HSL color Cylindrical-coordinate representation of color #6C471C: hue angle of 32.25º 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 #6C471C is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 28 -
CMYK 0 0.34 0.74 0.58
HSL 32.25º 0.59% 0.27% -
HSV(B) 32.25º 0.74% 0.42% -
XYZ 8.65 7.78 2.14 -
YUV 77.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 108 71 28 0 0.34 0.74 0.58 32.25 0.59 0.27
Hex 6C 47 1C 0 22 4A 3A 20 3B 1B
Octal 154 107 34 0 42 112 72 40 73 33
Binary 1101100 1000111 11100 0 100010 1001010 111010 100000 111011 11011

Color Harmonies of #6C471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C471C

Black with #6C471C

Text Example


Text Example

White with #6C471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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