Html Css Color HEX #664819 Antique Brass

📋 copy color: '#664819'

red 102 ◦ green 72 ◦ blue 25

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

Shades of Antique Brass #664819

Tints of Antique Brass #664819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

 BLUE value IS 25 (10.16% from 255) = 12.56%

R = 51.26%
G = 36.18%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#664819 (or 0x664819) is known color: Antique Brass. HEX triplet: 66, 48 and 19. RGB value is (102,72,25). Sum of RGB (Red+Green+Blue) = 102+72+25=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664819 is #99B7E6. Grayscale: #4B4B4B. Windows color (decimal): -10074087 or 1656934. OLE color: 1656934.

HSL color Cylindrical-coordinate representation of color #664819: hue angle of 36.62º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #664819 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 25 -
CMYK 0 0.29 0.75 0.6
HSL 36.62º 0.61% 0.25% -
HSV(B) 36.62º 0.75% 0.4% -
XYZ 7.97 7.53 1.95 -
YUV 75.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 102 72 25 0 0.29 0.75 0.6 36.62 0.61 0.25
Hex 66 48 19 0 1D 4B 3C 25 3D 19
Octal 146 110 31 0 35 113 74 45 75 31
Binary 1100110 1001000 11001 0 11101 1001011 111100 100101 111101 11001

Color Harmonies of #664819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664819

Black with #664819

Text Example


Text Example

White with #664819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664819; }

 p { color: rgb(102,72,25); }

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

background-color css

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

 a { background-color: rgb(102,72,25); }

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

border-color css

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

 span { border-color: rgb(102,72,25); }

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