Html Css Color HEX #6B471C Antique Brass

📋 copy color: '#6B471C'

red 107 ◦ green 71 ◦ blue 28

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

Shades of Antique Brass #6B471C

Tints of Antique Brass #6B471C

RGB

 RED value IS 107 (42.19% from 255) = 51.94%

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

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

R = 51.94%
G = 34.47%
B = 13.59%

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

#6B471C (or 0x6B471C) is known color: Antique Brass. HEX triplet: 6B, 47 and 1C. RGB value is (107,71,28). Sum of RGB (Red+Green+Blue) = 107+71+28=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B471C is #94B8E3. Grayscale: #4D4D4D. Windows color (decimal): -9746660 or 1853291. OLE color: 1853291.

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

Color convert

RGB 107 71 28 -
CMYK 0 0.34 0.74 0.58
HSL 32.66º 0.59% 0.26% -
HSV(B) 32.66º 0.74% 0.42% -
XYZ 8.53 7.72 2.14 -
YUV 76.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 107 71 28 0 0.34 0.74 0.58 32.66 0.59 0.26
Hex 6B 47 1C 0 22 4A 3A 21 3B 1A
Octal 153 107 34 0 42 112 72 41 73 32
Binary 1101011 1000111 11100 0 100010 1001010 111010 100001 111011 11010

Color Harmonies of #6B471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B471C

Black with #6B471C

Text Example


Text Example

White with #6B471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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