Html Css Color HEX #664D1A Antique Brass

📋 copy color: '#664D1A'

red 102 ◦ green 77 ◦ blue 26

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

Shades of Antique Brass #664D1A

Tints of Antique Brass #664D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 49.76%
G = 37.56%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#664D1A (or 0x664D1A) is known color: Antique Brass. HEX triplet: 66, 4D and 1A. RGB value is (102,77,26). Sum of RGB (Red+Green+Blue) = 102+77+26=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D1A is #99B2E5. Grayscale: #4E4E4E. Windows color (decimal): -10072806 or 1723750. OLE color: 1723750.

HSL color Cylindrical-coordinate representation of color #664D1A: hue angle of 40.26º degrees, saturation: 0.59, 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 #664D1A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 77 26 -
CMYK 0 0.25 0.75 0.6
HSL 40.26º 0.59% 0.25% -
HSV(B) 40.26º 0.75% 0.4% -
XYZ 8.32 8.21 2.12 -
YUV 78.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 102 77 26 0 0.25 0.75 0.6 40.26 0.59 0.25
Hex 66 4D 1A 0 19 4B 3C 28 3B 19
Octal 146 115 32 0 31 113 74 50 73 31
Binary 1100110 1001101 11010 0 11001 1001011 111100 101000 111011 11001

Color Harmonies of #664D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D1A

Black with #664D1A

Text Example


Text Example

White with #664D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664D1A; }

 p { color: rgb(102,77,26); }

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

background-color css

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

 a { background-color: rgb(102,77,26); }

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

border-color css

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

 span { border-color: rgb(102,77,26); }

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