Html Css Color HEX #664517 Antique Brass

📋 copy color: '#664517'

red 102 ◦ green 69 ◦ blue 23

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

Shades of Antique Brass #664517

Tints of Antique Brass #664517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

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

R = 52.58%
G = 35.57%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#664517 (or 0x664517) is known color: Antique Brass. HEX triplet: 66, 45 and 17. RGB value is (102,69,23). Sum of RGB (Red+Green+Blue) = 102+69+23=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #664517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664517 is #99BAE8. Grayscale: #494949. Windows color (decimal): -10074857 or 1525094. OLE color: 1525094.

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

Color convert

RGB 102 69 23 -
CMYK 0 0.32 0.77 0.6
HSL 34.94º 0.63% 0.25% -
HSV(B) 34.94º 0.77% 0.4% -
XYZ 7.76 7.14 1.78 -
YUV 73.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 102 69 23 0 0.32 0.77 0.6 34.94 0.63 0.25
Hex 66 45 17 0 20 4D 3C 23 3F 19
Octal 146 105 27 0 40 115 74 43 77 31
Binary 1100110 1000101 10111 0 100000 1001101 111100 100011 111111 11001

Color Harmonies of #664517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664517

Black with #664517

Text Example


Text Example

White with #664517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664517; }

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

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

background-color css

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

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

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

border-color css

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

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

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