Html Css Color HEX #664516 Antique Brass

📋 copy color: '#664516'

red 102 ◦ green 69 ◦ blue 22

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

Shades of Antique Brass #664516

Tints of Antique Brass #664516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.75%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 52.85%
G = 35.75%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#664516 (or 0x664516) is known color: Antique Brass. HEX triplet: 66, 45 and 16. RGB value is (102,69,22). Sum of RGB (Red+Green+Blue) = 102+69+22=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #664516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664516 is #99BAE9. Grayscale: #494949. Windows color (decimal): -10074858 or 1459558. OLE color: 1459558.

HSL color Cylindrical-coordinate representation of color #664516: hue angle of 35.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #664516 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 22 -
CMYK 0 0.32 0.78 0.6
HSL 35.25º 0.65% 0.24% -
HSV(B) 35.25º 0.78% 0.4% -
XYZ 7.75 7.14 1.73 -
YUV 73.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 102 69 22 0 0.32 0.78 0.6 35.25 0.65 0.24
Hex 66 45 16 0 20 4E 3C 23 41 18
Octal 146 105 26 0 40 116 74 43 101 30
Binary 1100110 1000101 10110 0 100000 1001110 111100 100011 1000001 11000

Color Harmonies of #664516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664516

Black with #664516

Text Example


Text Example

White with #664516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664516; }

 p { color: rgb(102,69,22); }

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

background-color css

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

 a { background-color: rgb(102,69,22); }

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

border-color css

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

 span { border-color: rgb(102,69,22); }

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