Html Css Color HEX #664C20 Antique Brass

📋 copy color: '#664C20'

red 102 ◦ green 76 ◦ blue 32

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

Shades of Antique Brass #664C20

Tints of Antique Brass #664C20

RGB

 RED value IS 102 (40.23% from 255) = 48.57%

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 48.57%
G = 36.19%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#664C20 (or 0x664C20) is known color: Antique Brass. HEX triplet: 66, 4C and 20. RGB value is (102,76,32). Sum of RGB (Red+Green+Blue) = 102+76+32=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #664C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C20 is #99B3DF. Grayscale: #4E4E4E. Windows color (decimal): -10073056 or 2116710. OLE color: 2116710.

HSL color Cylindrical-coordinate representation of color #664C20: hue angle of 37.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664C20 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 32 -
CMYK 0 0.25 0.69 0.6
HSL 37.71º 0.52% 0.26% -
HSV(B) 37.71º 0.69% 0.4% -
XYZ 8.32 8.1 2.49 -
YUV 78.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 102 76 32 0 0.25 0.69 0.6 37.71 0.52 0.26
Hex 66 4C 20 0 19 45 3C 26 34 1A
Octal 146 114 40 0 31 105 74 46 64 32
Binary 1100110 1001100 100000 0 11001 1000101 111100 100110 110100 11010

Color Harmonies of #664C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C20

Black with #664C20

Text Example


Text Example

White with #664C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664C20; }

 p { color: rgb(102,76,32); }

 H1.HeaderClassName
 {
   color: #664C20;
 }
 .AnyTagClassName
 {
   color: #664C20;
 }
</style>

background-color css

<style>
 a { background-color: #664C20; }

 a { background-color: rgb(102,76,32); }

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

border-color css

<style>
 span { border-color: #664C20; }

 span { border-color: rgb(102,76,32); }

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