Html Css Color HEX #6C4117 Antique Brass

📋 copy color: '#6C4117'

red 108 ◦ green 65 ◦ blue 23

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

Shades of Antique Brass #6C4117

Tints of Antique Brass #6C4117

RGB

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

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

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

R = 55.1%
G = 33.16%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6C4117 (or 0x6C4117) is known color: Antique Brass. HEX triplet: 6C, 41 and 17. RGB value is (108,65,23). Sum of RGB (Red+Green+Blue) = 108+65+23=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C4117 is #93BEE8. Grayscale: #494949. Windows color (decimal): -9682665 or 1524076. OLE color: 1524076.

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

Color convert

RGB 108 65 23 -
CMYK 0 0.40 0.79 0.58
HSL 29.65º 0.65% 0.26% -
HSV(B) 29.65º 0.79% 0.42% -
XYZ 8.23 7.03 1.73 -
YUV 73.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 108 65 23 0 0.40 0.79 0.58 29.65 0.65 0.26
Hex 6C 41 17 0 28 4F 3A 1E 41 1A
Octal 154 101 27 0 50 117 72 36 101 32
Binary 1101100 1000001 10111 0 101000 1001111 111010 11110 1000001 11010

Color Harmonies of #6C4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4117

Black with #6C4117

Text Example


Text Example

White with #6C4117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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