Html Css Color HEX #664716 Antique Brass

📋 copy color: '#664716'

red 102 ◦ green 71 ◦ blue 22

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

Shades of Antique Brass #664716

Tints of Antique Brass #664716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 52.31%
G = 36.41%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#664716 (or 0x664716) is known color: Antique Brass. HEX triplet: 66, 47 and 16. RGB value is (102,71,22). Sum of RGB (Red+Green+Blue) = 102+71+22=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664716 is #99B8E9. Grayscale: #4A4A4A. Windows color (decimal): -10074346 or 1460070. OLE color: 1460070.

HSL color Cylindrical-coordinate representation of color #664716: hue angle of 36.75º 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 #664716 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 22 -
CMYK 0 0.30 0.78 0.6
HSL 36.75º 0.65% 0.24% -
HSV(B) 36.75º 0.78% 0.4% -
XYZ 7.88 7.39 1.77 -
YUV 74.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 102 71 22 0 0.30 0.78 0.6 36.75 0.65 0.24
Hex 66 47 16 0 1E 4E 3C 25 41 18
Octal 146 107 26 0 36 116 74 45 101 30
Binary 1100110 1000111 10110 0 11110 1001110 111100 100101 1000001 11000

Color Harmonies of #664716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664716

Black with #664716

Text Example


Text Example

White with #664716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664716; }

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

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

background-color css

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

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

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

border-color css

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

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

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