Html Css Color HEX #6D461C Antique Brass

📋 copy color: '#6D461C'

red 109 ◦ green 70 ◦ blue 28

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

Shades of Antique Brass #6D461C

Tints of Antique Brass #6D461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

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

R = 52.66%
G = 33.82%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D461C (or 0x6D461C) is known color: Antique Brass. HEX triplet: 6D, 46 and 1C. RGB value is (109,70,28). Sum of RGB (Red+Green+Blue) = 109+70+28=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D461C is #92B9E3. Grayscale: #4D4D4D. Windows color (decimal): -9615844 or 1853037. OLE color: 1853037.

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

Color convert

RGB 109 70 28 -
CMYK 0 0.36 0.74 0.57
HSL 31.11º 0.59% 0.27% -
HSV(B) 31.11º 0.74% 0.43% -
XYZ 8.71 7.72 2.13 -
YUV 76.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 109 70 28 0 0.36 0.74 0.57 31.11 0.59 0.27
Hex 6D 46 1C 0 24 4A 39 1F 3B 1B
Octal 155 106 34 0 44 112 71 37 73 33
Binary 1101101 1000110 11100 0 100100 1001010 111001 11111 111011 11011

Color Harmonies of #6D461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D461C

Black with #6D461C

Text Example


Text Example

White with #6D461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,28); }

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

background-color css

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

 a { background-color: rgb(109,70,28); }

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

border-color css

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

 span { border-color: rgb(109,70,28); }

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