Html Css Color HEX #6D3D13 Antique Brass

📋 copy color: '#6D3D13'

red 109 ◦ green 61 ◦ blue 19

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

Shades of Antique Brass #6D3D13

Tints of Antique Brass #6D3D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 57.67%
G = 32.28%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D3D13 (or 0x6D3D13) is known color: Antique Brass. HEX triplet: 6D, 3D and 13. RGB value is (109,61,19). Sum of RGB (Red+Green+Blue) = 109+61+19=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3D13 is #92C2EC. Grayscale: #464646. Windows color (decimal): -9618157 or 1260909. OLE color: 1260909.

HSL color Cylindrical-coordinate representation of color #6D3D13: hue angle of 28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D3D13 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 61 19 -
CMYK 0 0.44 0.83 0.57
HSL 28º 0.7% 0.25% -
HSV(B) 28º 0.83% 0.43% -
XYZ 8.09 6.64 1.47 -
YUV 70.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 109 61 19 0 0.44 0.83 0.57 28 0.7 0.25
Hex 6D 3D 13 0 2C 53 39 1C 46 19
Octal 155 75 23 0 54 123 71 34 106 31
Binary 1101101 111101 10011 0 101100 1010011 111001 11100 1000110 11001

Color Harmonies of #6D3D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D13

Black with #6D3D13

Text Example


Text Example

White with #6D3D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,19); }

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

background-color css

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

 a { background-color: rgb(109,61,19); }

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

border-color css

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

 span { border-color: rgb(109,61,19); }

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