Html Css Color HEX #664717 Antique Brass

📋 copy color: '#664717'

red 102 ◦ green 71 ◦ blue 23

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

Shades of Antique Brass #664717

Tints of Antique Brass #664717

RGB

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

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

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

R = 52.04%
G = 36.22%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#664717 (or 0x664717) is known color: Antique Brass. HEX triplet: 66, 47 and 17. RGB value is (102,71,23). Sum of RGB (Red+Green+Blue) = 102+71+23=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #664717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664717 is #99B8E8. Grayscale: #4B4B4B. Windows color (decimal): -10074345 or 1525606. OLE color: 1525606.

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

Color convert

RGB 102 71 23 -
CMYK 0 0.30 0.77 0.6
HSL 36.46º 0.63% 0.25% -
HSV(B) 36.46º 0.77% 0.4% -
XYZ 7.89 7.39 1.82 -
YUV 74.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 102 71 23 0 0.30 0.77 0.6 36.46 0.63 0.25
Hex 66 47 17 0 1E 4D 3C 24 3F 19
Octal 146 107 27 0 36 115 74 44 77 31
Binary 1100110 1000111 10111 0 11110 1001101 111100 100100 111111 11001

Color Harmonies of #664717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664717

Black with #664717

Text Example


Text Example

White with #664717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664717; }

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

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

background-color css

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

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

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

border-color css

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

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

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