Html Css Color HEX #6C4018 Antique Brass

📋 copy color: '#6C4018'

red 108 ◦ green 64 ◦ blue 24

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

Shades of Antique Brass #6C4018

Tints of Antique Brass #6C4018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 55.1%
G = 32.65%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6C4018 (or 0x6C4018) is known color: Antique Brass. HEX triplet: 6C, 40 and 18. RGB value is (108,64,24). Sum of RGB (Red+Green+Blue) = 108+64+24=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4018 is #93BFE7. Grayscale: #484848. Windows color (decimal): -9682920 or 1589356. OLE color: 1589356.

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

Color convert

RGB 108 64 24 -
CMYK 0 0.41 0.78 0.58
HSL 28.57º 0.64% 0.26% -
HSV(B) 28.57º 0.78% 0.42% -
XYZ 8.18 6.92 1.77 -
YUV 72.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 108 64 24 0 0.41 0.78 0.58 28.57 0.64 0.26
Hex 6C 40 18 0 29 4E 3A 1D 40 1A
Octal 154 100 30 0 51 116 72 35 100 32
Binary 1101100 1000000 11000 0 101001 1001110 111010 11101 1000000 11010

Color Harmonies of #6C4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4018

Black with #6C4018

Text Example


Text Example

White with #6C4018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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