Html Css Color HEX #664B20 Antique Brass

📋 copy color: '#664B20'

red 102 ◦ green 75 ◦ blue 32

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

Shades of Antique Brass #664B20

Tints of Antique Brass #664B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.89%

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

R = 48.8%
G = 35.89%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#664B20 (or 0x664B20) is known color: Antique Brass. HEX triplet: 66, 4B and 20. RGB value is (102,75,32). Sum of RGB (Red+Green+Blue) = 102+75+32=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B20 is #99B4DF. Grayscale: #4E4E4E. Windows color (decimal): -10073312 or 2116454. OLE color: 2116454.

HSL color Cylindrical-coordinate representation of color #664B20: hue angle of 36.86º 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 #664B20 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 75 32 -
CMYK 0 0.26 0.69 0.6
HSL 36.86º 0.52% 0.26% -
HSV(B) 36.86º 0.69% 0.4% -
XYZ 8.26 7.96 2.47 -
YUV 78.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 102 75 32 0 0.26 0.69 0.6 36.86 0.52 0.26
Hex 66 4B 20 0 1A 45 3C 25 34 1A
Octal 146 113 40 0 32 105 74 45 64 32
Binary 1100110 1001011 100000 0 11010 1000101 111100 100101 110100 11010

Color Harmonies of #664B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B20

Black with #664B20

Text Example


Text Example

White with #664B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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