Html Css Color HEX #66491A Antique Brass

📋 copy color: '#66491A'

red 102 ◦ green 73 ◦ blue 26

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

Shades of Antique Brass #66491A

Tints of Antique Brass #66491A

RGB

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

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

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

R = 50.75%
G = 36.32%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66491A (or 0x66491A) is known color: Antique Brass. HEX triplet: 66, 49 and 1A. RGB value is (102,73,26). Sum of RGB (Red+Green+Blue) = 102+73+26=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66491A is #99B6E5. Grayscale: #4C4C4C. Windows color (decimal): -10073830 or 1722726. OLE color: 1722726.

HSL color Cylindrical-coordinate representation of color #66491A: hue angle of 37.11º 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 #66491A is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 26 -
CMYK 0 0.28 0.75 0.6
HSL 37.11º 0.59% 0.25% -
HSV(B) 37.11º 0.75% 0.4% -
XYZ 8.05 7.66 2.03 -
YUV 76.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 102 73 26 0 0.28 0.75 0.6 37.11 0.59 0.25
Hex 66 49 1A 0 1C 4B 3C 25 3B 19
Octal 146 111 32 0 34 113 74 45 73 31
Binary 1100110 1001001 11010 0 11100 1001011 111100 100101 111011 11001

Color Harmonies of #66491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66491A

Black with #66491A

Text Example


Text Example

White with #66491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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