Html Css Color HEX #6D4C1B Antique Brass

📋 copy color: '#6D4C1B'

red 109 ◦ green 76 ◦ blue 27

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

Shades of Antique Brass #6D4C1B

Tints of Antique Brass #6D4C1B

RGB

 RED value IS 109 (42.97% from 255) = 51.42%

 GREEN value IS 76 (30.08% from 255) = 35.85%

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 51.42%
G = 35.85%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D4C1B (or 0x6D4C1B) is known color: Antique Brass. HEX triplet: 6D, 4C and 1B. RGB value is (109,76,27). Sum of RGB (Red+Green+Blue) = 109+76+27=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C1B is #92B3E4. Grayscale: #505050. Windows color (decimal): -9614309 or 1789037. OLE color: 1789037.

HSL color Cylindrical-coordinate representation of color #6D4C1B: hue angle of 35.85º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D4C1B is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 76 27 -
CMYK 0 0.30 0.75 0.57
HSL 35.85º 0.6% 0.27% -
HSV(B) 35.85º 0.75% 0.43% -
XYZ 9.09 8.5 2.2 -
YUV 80.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 109 76 27 0 0.30 0.75 0.57 35.85 0.6 0.27
Hex 6D 4C 1B 0 1E 4B 39 24 3C 1B
Octal 155 114 33 0 36 113 71 44 74 33
Binary 1101101 1001100 11011 0 11110 1001011 111001 100100 111100 11011

Color Harmonies of #6D4C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C1B

Black with #6D4C1B

Text Example


Text Example

White with #6D4C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,27); }

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

background-color css

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

 a { background-color: rgb(109,76,27); }

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

border-color css

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

 span { border-color: rgb(109,76,27); }

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