Html Css Color HEX #6C4015 Antique Brass

📋 copy color: '#6C4015'

red 108 ◦ green 64 ◦ blue 21

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

Shades of Antique Brass #6C4015

Tints of Antique Brass #6C4015

RGB

 RED value IS 108 (42.58% from 255) = 55.96%

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 55.96%
G = 33.16%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C4015 (or 0x6C4015) is known color: Antique Brass. HEX triplet: 6C, 40 and 15. RGB value is (108,64,21). Sum of RGB (Red+Green+Blue) = 108+64+21=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4015 is #93BFEA. Grayscale: #484848. Windows color (decimal): -9682923 or 1392748. OLE color: 1392748.

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

Color convert

RGB 108 64 21 -
CMYK 0 0.41 0.81 0.58
HSL 29.66º 0.67% 0.25% -
HSV(B) 29.66º 0.81% 0.42% -
XYZ 8.15 6.91 1.61 -
YUV 72.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 108 64 21 0 0.41 0.81 0.58 29.66 0.67 0.25
Hex 6C 40 15 0 29 51 3A 1E 43 19
Octal 154 100 25 0 51 121 72 36 103 31
Binary 1101100 1000000 10101 0 101001 1010001 111010 11110 1000011 11001

Color Harmonies of #6C4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4015

Black with #6C4015

Text Example


Text Example

White with #6C4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,64,21); }

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

background-color css

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

 a { background-color: rgb(108,64,21); }

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

border-color css

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

 span { border-color: rgb(108,64,21); }

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