Html Css Color HEX #6A4517 Antique Brass

📋 copy color: '#6A4517'

red 106 ◦ green 69 ◦ blue 23

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

Shades of Antique Brass #6A4517

Tints of Antique Brass #6A4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 53.54%
G = 34.85%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6A4517 (or 0x6A4517) is known color: Antique Brass. HEX triplet: 6A, 45 and 17. RGB value is (106,69,23). Sum of RGB (Red+Green+Blue) = 106+69+23=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4517 is #95BAE8. Grayscale: #4B4B4B. Windows color (decimal): -9812713 or 1525098. OLE color: 1525098.

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

Color convert

RGB 106 69 23 -
CMYK 0 0.35 0.78 0.58
HSL 33.25º 0.64% 0.25% -
HSV(B) 33.25º 0.78% 0.42% -
XYZ 8.23 7.38 1.8 -
YUV 74.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 106 69 23 0 0.35 0.78 0.58 33.25 0.64 0.25
Hex 6A 45 17 0 23 4E 3A 21 40 19
Octal 152 105 27 0 43 116 72 41 100 31
Binary 1101010 1000101 10111 0 100011 1001110 111010 100001 1000000 11001

Color Harmonies of #6A4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4517

Black with #6A4517

Text Example


Text Example

White with #6A4517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,69,23); }

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

background-color css

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

 a { background-color: rgb(106,69,23); }

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

border-color css

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

 span { border-color: rgb(106,69,23); }

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