Html Css Color HEX #6C4624 Antique Brass

📋 copy color: '#6C4624'

red 108 ◦ green 70 ◦ blue 36

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

Shades of Antique Brass #6C4624

Tints of Antique Brass #6C4624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 36 (14.45% from 255) = 16.82%

R = 50.47%
G = 32.71%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6C4624 (or 0x6C4624) is known color: Antique Brass. HEX triplet: 6C, 46 and 24. RGB value is (108,70,36). Sum of RGB (Red+Green+Blue) = 108+70+36=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4624 is #93B9DB. Grayscale: #4D4D4D. Windows color (decimal): -9681372 or 2377324. OLE color: 2377324.

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

Color convert

RGB 108 70 36 -
CMYK 0 0.35 0.67 0.58
HSL 28.33º 0.5% 0.28% -
HSV(B) 28.33º 0.67% 0.42% -
XYZ 8.69 7.7 2.7 -
YUV 77.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 108 70 36 0 0.35 0.67 0.58 28.33 0.5 0.28
Hex 6C 46 24 0 23 43 3A 1C 32 1C
Octal 154 106 44 0 43 103 72 34 62 34
Binary 1101100 1000110 100100 0 100011 1000011 111010 11100 110010 11100

Color Harmonies of #6C4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4624

Black with #6C4624

Text Example


Text Example

White with #6C4624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,70,36); }

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

background-color css

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

 a { background-color: rgb(108,70,36); }

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

border-color css

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

 span { border-color: rgb(108,70,36); }

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