Html Css Color HEX #6C4115 Antique Brass

📋 copy color: '#6C4115'

red 108 ◦ green 65 ◦ blue 21

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

Shades of Antique Brass #6C4115

Tints of Antique Brass #6C4115

RGB

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

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

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

R = 55.67%
G = 33.51%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C4115 (or 0x6C4115) is known color: Antique Brass. HEX triplet: 6C, 41 and 15. RGB value is (108,65,21). Sum of RGB (Red+Green+Blue) = 108+65+21=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4115 is #93BEEA. Grayscale: #494949. Windows color (decimal): -9682667 or 1393004. OLE color: 1393004.

HSL color Cylindrical-coordinate representation of color #6C4115: hue angle of 30.34º 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 #6C4115 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 65 21 -
CMYK 0 0.40 0.81 0.58
HSL 30.34º 0.67% 0.25% -
HSV(B) 30.34º 0.81% 0.42% -
XYZ 8.21 7.02 1.63 -
YUV 72.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 108 65 21 0 0.40 0.81 0.58 30.34 0.67 0.25
Hex 6C 41 15 0 28 51 3A 1E 43 19
Octal 154 101 25 0 50 121 72 36 103 31
Binary 1101100 1000001 10101 0 101000 1010001 111010 11110 1000011 11001

Color Harmonies of #6C4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4115

Black with #6C4115

Text Example


Text Example

White with #6C4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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