Html Css Color HEX #664817 Antique Brass

📋 copy color: '#664817'

red 102 ◦ green 72 ◦ blue 23

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

Shades of Antique Brass #664817

Tints of Antique Brass #664817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.68%

R = 51.78%
G = 36.55%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#664817 (or 0x664817) is known color: Antique Brass. HEX triplet: 66, 48 and 17. RGB value is (102,72,23). Sum of RGB (Red+Green+Blue) = 102+72+23=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #664817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664817 is #99B7E8. Grayscale: #4B4B4B. Windows color (decimal): -10074089 or 1525862. OLE color: 1525862.

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

Color convert

RGB 102 72 23 -
CMYK 0 0.29 0.77 0.6
HSL 37.22º 0.63% 0.25% -
HSV(B) 37.22º 0.77% 0.4% -
XYZ 7.95 7.52 1.84 -
YUV 75.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 102 72 23 0 0.29 0.77 0.6 37.22 0.63 0.25
Hex 66 48 17 0 1D 4D 3C 25 3F 19
Octal 146 110 27 0 35 115 74 45 77 31
Binary 1100110 1001000 10111 0 11101 1001101 111100 100101 111111 11001

Color Harmonies of #664817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664817

Black with #664817

Text Example


Text Example

White with #664817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664817; }

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

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

background-color css

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

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

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

border-color css

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

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

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