Html Css Color HEX #6A4116 Antique Brass

📋 copy color: '#6A4116'

red 106 ◦ green 65 ◦ blue 22

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

Shades of Antique Brass #6A4116

Tints of Antique Brass #6A4116

RGB

 RED value IS 106 (41.8% from 255) = 54.92%

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 54.92%
G = 33.68%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6A4116 (or 0x6A4116) is known color: Antique Brass. HEX triplet: 6A, 41 and 16. RGB value is (106,65,22). Sum of RGB (Red+Green+Blue) = 106+65+22=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4116 is #95BEE9. Grayscale: #484848. Windows color (decimal): -9813738 or 1458538. OLE color: 1458538.

HSL color Cylindrical-coordinate representation of color #6A4116: hue angle of 30.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A4116 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 65 22 -
CMYK 0 0.39 0.79 0.58
HSL 30.71º 0.66% 0.25% -
HSV(B) 30.71º 0.79% 0.42% -
XYZ 7.98 6.9 1.67 -
YUV 72.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 106 65 22 0 0.39 0.79 0.58 30.71 0.66 0.25
Hex 6A 41 16 0 27 4F 3A 1F 42 19
Octal 152 101 26 0 47 117 72 37 102 31
Binary 1101010 1000001 10110 0 100111 1001111 111010 11111 1000010 11001

Color Harmonies of #6A4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4116

Black with #6A4116

Text Example


Text Example

White with #6A4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,22); }

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

background-color css

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

 a { background-color: rgb(106,65,22); }

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

border-color css

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

 span { border-color: rgb(106,65,22); }

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