Html Css Color HEX #664918 Antique Brass

📋 copy color: '#664918'

red 102 ◦ green 73 ◦ blue 24

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

Shades of Antique Brass #664918

Tints of Antique Brass #664918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 24 (9.77% from 255) = 12.06%

R = 51.26%
G = 36.68%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#664918 (or 0x664918) is known color: Antique Brass. HEX triplet: 66, 49 and 18. RGB value is (102,73,24). Sum of RGB (Red+Green+Blue) = 102+73+24=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664918 is #99B6E7. Grayscale: #4C4C4C. Windows color (decimal): -10073832 or 1591654. OLE color: 1591654.

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

Color convert

RGB 102 73 24 -
CMYK 0 0.28 0.76 0.6
HSL 37.69º 0.62% 0.25% -
HSV(B) 37.69º 0.76% 0.4% -
XYZ 8.03 7.66 1.92 -
YUV 76.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 102 73 24 0 0.28 0.76 0.6 37.69 0.62 0.25
Hex 66 49 18 0 1C 4C 3C 26 3E 19
Octal 146 111 30 0 34 114 74 46 76 31
Binary 1100110 1001001 11000 0 11100 1001100 111100 100110 111110 11001

Color Harmonies of #664918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664918

Black with #664918

Text Example


Text Example

White with #664918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664918; }

 p { color: rgb(102,73,24); }

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

background-color css

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

 a { background-color: rgb(102,73,24); }

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

border-color css

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

 span { border-color: rgb(102,73,24); }

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