Html Css Color HEX #6D4922 Antique Brass

📋 copy color: '#6D4922'

red 109 ◦ green 73 ◦ blue 34

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

Shades of Antique Brass #6D4922

Tints of Antique Brass #6D4922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 50.46%
G = 33.8%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.57

RGB Variations

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

Color information

#6D4922 (or 0x6D4922) is known color: Antique Brass. HEX triplet: 6D, 49 and 22. RGB value is (109,73,34). Sum of RGB (Red+Green+Blue) = 109+73+34=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4922 is #92B6DD. Grayscale: #4F4F4F. Windows color (decimal): -9615070 or 2247021. OLE color: 2247021.

HSL color Cylindrical-coordinate representation of color #6D4922: hue angle of 31.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4922 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 73 34 -
CMYK 0 0.33 0.69 0.57
HSL 31.2º 0.52% 0.28% -
HSV(B) 31.2º 0.69% 0.43% -
XYZ 8.98 8.13 2.61 -
YUV 79.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 109 73 34 0 0.33 0.69 0.57 31.2 0.52 0.28
Hex 6D 49 22 0 21 45 39 1F 34 1C
Octal 155 111 42 0 41 105 71 37 64 34
Binary 1101101 1001001 100010 0 100001 1000101 111001 11111 110100 11100

Color Harmonies of #6D4922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4922

Black with #6D4922

Text Example


Text Example

White with #6D4922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,34); }

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

background-color css

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

 a { background-color: rgb(109,73,34); }

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

border-color css

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

 span { border-color: rgb(109,73,34); }

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