Html Css Color HEX #66491E Antique Brass

📋 copy color: '#66491E'

red 102 ◦ green 73 ◦ blue 30

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

Shades of Antique Brass #66491E

Tints of Antique Brass #66491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 49.76%
G = 35.61%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#66491E (or 0x66491E) is known color: Antique Brass. HEX triplet: 66, 49 and 1E. RGB value is (102,73,30). Sum of RGB (Red+Green+Blue) = 102+73+30=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #66491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66491E is #99B6E1. Grayscale: #4C4C4C. Windows color (decimal): -10073826 or 1984870. OLE color: 1984870.

HSL color Cylindrical-coordinate representation of color #66491E: hue angle of 35.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66491E is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 30 -
CMYK 0 0.28 0.71 0.6
HSL 35.83º 0.55% 0.26% -
HSV(B) 35.83º 0.71% 0.4% -
XYZ 8.1 7.68 2.28 -
YUV 76.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 102 73 30 0 0.28 0.71 0.6 35.83 0.55 0.26
Hex 66 49 1E 0 1C 47 3C 24 37 1A
Octal 146 111 36 0 34 107 74 44 67 32
Binary 1100110 1001001 11110 0 11100 1000111 111100 100100 110111 11010

Color Harmonies of #66491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66491E

Black with #66491E

Text Example


Text Example

White with #66491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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