Html Css Color HEX #664C1F Antique Brass

📋 copy color: '#664C1F'

red 102 ◦ green 76 ◦ blue 31

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

Shades of Antique Brass #664C1F

Tints of Antique Brass #664C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 48.8%
G = 36.36%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#664C1F (or 0x664C1F) is known color: Antique Brass. HEX triplet: 66, 4C and 1F. RGB value is (102,76,31). Sum of RGB (Red+Green+Blue) = 102+76+31=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C1F is #99B3E0. Grayscale: #4E4E4E. Windows color (decimal): -10073057 or 2051174. OLE color: 2051174.

HSL color Cylindrical-coordinate representation of color #664C1F: hue angle of 38.03º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #664C1F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 31 -
CMYK 0 0.25 0.70 0.6
HSL 38.03º 0.53% 0.26% -
HSV(B) 38.03º 0.7% 0.4% -
XYZ 8.31 8.09 2.42 -
YUV 78.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 102 76 31 0 0.25 0.70 0.6 38.03 0.53 0.26
Hex 66 4C 1F 0 19 46 3C 26 35 1A
Octal 146 114 37 0 31 106 74 46 65 32
Binary 1100110 1001100 11111 0 11001 1000110 111100 100110 110101 11010

Color Harmonies of #664C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C1F

Black with #664C1F

Text Example


Text Example

White with #664C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,31); }

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

background-color css

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

 a { background-color: rgb(102,76,31); }

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

border-color css

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

 span { border-color: rgb(102,76,31); }

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